Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 383 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 383 Bytes

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