eslint-config-dan-nl
v0.4.1
Published
an ESLint shareable config
Downloads
14
Readme
eslint-config-dan-nl
table of contents
installation
npm install --save-dev dan-nl/eslint-config-dan-nl
.eslintrc
add a reference in the .eslintrc
file
module.exports = {
extends: 'dan-nl'
};
package.json
add a script entry in the package.json
file
"scripts": {
"eslint": "eslint ."
}
use
npm run eslint