1.14.0 • Published 2 years ago
@marknjunge/eslint-config v1.14.0
@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"