eslint-config-noisolation

1.1.2 • Public • Published

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"
}

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-noisolation

Weekly Downloads

50

Version

1.1.2

License

MIT

Last publish

Collaborators

  • matiasdoyle