eslint-config-lunde

v0.8.2
ESLint rules I'm using for my projects

eslint-config-lunde

npm i -D eslint-config-lunde

ESLint rules I'm using for my projects

  • Automatically detects TypeScript and adds appropriate parser/plugins
  • Automatically detects testing libraries and adds appropriate plugins and rules
  • Automatically detects React and adds appropriate plugins and rules

Quick start

// package.json
"eslintConfig": {
  "extends": ["lunde"]
}

// with overrides
"eslintConfig": {
  "extends": ["lunde"],
  "rules": {...}
}
npm i eslint-config-lunde

Metadata

  • MIT
  • Whatever
  • Jared Lunde
  • released 9/16/2022

Downloads

Maintainers