eslint-config-nutshell
v9.0.0
Published
ESLint sharable config for Nutshell Javascript style guide
Downloads
744
Maintainers
Readme
eslint-config-nutshell
ESLint shareable config for the Nutshell JavaScript style guide
Install
$ npm install --save-dev eslint eslint-config-nutshell eslint-plugin-babel eslint-plugin-react eslint-config-import eslint-plugin-import babel-eslint
Usage
Read up on how to use sharable configs at the ESLint website. Essentially, add the following to the project's .eslintrc
file:
{
"extends": "nutshell"
}