Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 463 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 463 Bytes

eslint-config-standard

Standardised ESLint configuration for use across most of our front-end projects.

Usage

yarn add @shortlist-studio/eslint-config-standard --dev

Then either extend from an eslintrc config or in your package.json

.eslintrc.json

{
  "extends": ["@shortlist-studio/eslint-config-standard"]
}

package.json

{
  "eslintConfig": {
    "extends": ["@shortlist-studio/eslint-config-standard"]
  }
}