Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-lunde

jaredLunde7.6kMIT0.8.2

ESLint rules I'm using for my projects

readme

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