eslint-config-dimitarnestorov
v1.1.1
Published
The ESLint configuration the author uses
Downloads
11
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-dimitarnestorov
Inside .eslintrc
put:
{
"extends": "dimitarnestorov"
}
For the version that is only warnings put:
{
"extends": "dimitarnestorov/warn"
}