@marknjunge/eslint-config
v1.14.0
Published
Mark Njung'e's eslint config
Downloads
6
Readme
@marknjunge/eslint-config
My ESLint config
Usage
Install the package
npm install --save-dev @marknjunge/eslint-configAdd it to the extends section of your .eslintrc file.
extends: ["...", "@marknjunge/eslint-config"]Add the following helpful scripts
"lint": "eslint **/*.js",
"lint:fix": "eslint **/*.js --fix"