incuna / eslint-config-incuna

Incuna eslint shared config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Incuna eslint shared config