eslint-config-lunde

0.8.2 • Public • Published

eslint-config-lunde

npm i -D eslint-config-lunde

ESLint 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": {...}
}

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-lunde

Weekly Downloads

52

Version

0.8.2

License

MIT

Unpacked Size

13.5 kB

Total Files

5

Last publish

Collaborators

  • jaredlunde