0.1.1 • Published 6 years ago

@shortlist-studio/eslint-config-standard v0.1.1

Weekly downloads
15
License
ISC
Repository
-
Last release
6 years ago

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"]
  }
}