ESLint sharable config for Nutshell Javascript style guide
npm install eslint-config-nutshell```
$ npm install --save-dev eslint eslint-config-nutshell eslint-plugin-babel eslint-plugin-react eslint-config-import eslint-plugin-import babel-eslint
Read up on how to use sharable configs at the ESLint website. Essentially, add the following to the project's .eslintrc file:
`json``
{
"extends": "nutshell"
}