Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 365 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 365 Bytes

eslint-config

Standard eslint configuration for all StormId JavaScript, with defaults for for ES2015+, React and Jest.

Installation

npm i -D @stormid/eslint-config

In your package.json

{
  "eslintConfig": {
    "extends": "@stormid/eslint-config"
  }
}

Or .eslintrc

{
    extends: '@stormid/eslint-config'
}