Skip to content

incuna/eslint-config-incuna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Incuna eslint shared config

To use in your project:

npm install --save-dev eslint-plugin-import eslint-config-incuna

Create a .eslintrc.json file and specify an extends property:

{
    "extends": "incuna"
}

You can overwrite/add settings in your local .eslintrc.json file.

For more information see: http://eslint.org/docs/developer-guide/shareable-configs