We have a few different configurations depending on the env used:
noisolation
- For Node.js projectsnoisolation/react-native
- For React Native projectsnoisolation/react
- React project
In package.json
:
{
"name": "some-project",
...
"eslintConfig": {
"extends": "noisolation[/react|/react-native]"
}
}
In .eslintrc
:
{
"extends": "noisolation"
}