@kev_nz/eslint-config
v6.0.0
Published
ESLint config
Downloads
25,380
Readme
@kev_nz/eslint-config
Eslint config for my current preferences including prettier and SonarJS
Install
npm install @kev_nz/eslint-config --save-dev
Usage
Add a .eslintrc.json
file to your project
{
"extends": ["@kev_nz"]
}
Reminder
ESLint is a peerDependency, so you must install it as well
npm install eslint --save-dev
Extends
- Standard
- Prettier
- React
- SonarJS
- Import order
- Spellchecking