eslint-config-lunde
npm i -D eslint-config-lunde
ESLint rules I'm using for my projects
- <input checked="" disabled="" type="checkbox"> Automatically detects TypeScript and adds appropriate parser/plugins
- <input checked="" disabled="" type="checkbox"> Automatically detects testing libraries and adds appropriate plugins and rules
- <input checked="" disabled="" type="checkbox"> Automatically detects React and adds appropriate plugins and rules
Quick start
// package.json
"eslintConfig": {
"extends": ["lunde"]
}
// with overrides
"eslintConfig": {
"extends": ["lunde"],
"rules": {...}
}