1.1.2 • Published 7 years ago

eslint-config-noisolation v1.1.2

Weekly downloads
11
License
MIT
Repository
github
Last release
7 years ago

ESLint configuration for No Isolation projects

We have a few different configurations depending on the env used:

  • noisolation - For Node.js projects
  • noisolation/react-native - For React Native projects
  • noisolation/react - React project

Usage

In package.json:

{
  "name": "some-project",
  ...
  "eslintConfig": {
    "extends": "noisolation[/react|/react-native]"
  }
}

In .eslintrc:

{
  "extends": "noisolation"
}
1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago