Skip to content

noisolation/eslint-config-noisolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages