eslint-config-lunde
v0.8.2
Published
ESLint rules I'm using for my projects
Downloads
8,037
Readme
eslint-config-lunde
npm i -D eslint-config-lundeESLint rules I'm using for my projects
- [x] Automatically detects TypeScript and adds appropriate parser/plugins
- [x] Automatically detects testing libraries and adds appropriate plugins and rules
- [x] Automatically detects React and adds appropriate plugins and rules
Quick start
// package.json
"eslintConfig": {
"extends": ["lunde"]
}
// with overrides
"eslintConfig": {
"extends": ["lunde"],
"rules": {...}
}