@pantheon-systems/eslint-config-decoupled-kit
v0.1.3
Published
ESLint configs for the Pantheon Decoupled Kit starter kits
Downloads
76
Keywords
Readme
@pantheon-systems/eslint-config-decoupled-kit
ESLint configs for Pantheon Decoupled Kit starter kits.
Installation
To install this package to use in your application:
npm install @pantheon-systems/eslint-config-decoupled-kit -D
Usage
In your .eslintrc
file at the root of your project, add
@pantheon-systems/decoupled-kit
to your extends
Basic Config
{
"extends": "@pantheon-systems/decoupled-kit"
}
React Config
{
"extends": "@pantheon-systems/decoupled-kit/react"
}