This package provides Nashdot's .eslintrc as an extensible shared config.
We export three ESLint configurations for your usage.
Our default export contains all of our ESLint rules, including EcmaScript 6+
and React. It requires eslint and eslint-plugin-react.
npm install --save-dev eslint-config-nashdot eslint-plugin-react eslint- add
"extends": "nashdot"to your .eslintrc
Lints ES6+ but does not lint React. Requires eslint.
npm install --save-dev eslint-config-nashdot eslint- add
"extends": "nashdot/base"to your .eslintrc
Lints ES5 and below. Only requires eslint.
npm install --save-dev eslint-config-nashdot eslint- add
"extends": "nashdot/legacy"to your .eslintrc