1.1.2 • Published 8 years ago
eslint-config-noisolation v1.1.2
ESLint configuration for No Isolation projects
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
Usage
In package.json:
{
"name": "some-project",
...
"eslintConfig": {
"extends": "noisolation[/react|/react-native]"
}
}In .eslintrc:
{
"extends": "noisolation"
}