eslint-config-dimitarnestorov
v1.1.1
Published
The ESLint configuration the author uses
Readme
eslint-config-dimitarnestorov
A ruleset containing my JavaScript preferences.
How to use
First add it to your project:
npm install --save-dev eslint-config-dimitarnestorovInside .eslintrc put:
{
"extends": "dimitarnestorov"
}For the version that is only warnings put:
{
"extends": "dimitarnestorov/warn"
}