@airship/eslint-config
v1.0.0
Published
Airship's Shareable ESLint Config
Downloads
2
Readme
@airship/eslint-config ![MIT License][shield-license]
Airship's Shareable ESLint config for JavaScript projects.
Installation
npm install -D @airship/eslint-config
or
yarn add -D @airship/eslint-config
Usage
Add @airship/eslint-config
to the "extends"
array in your .eslintrc.*
file.
{
"extends": [
"some-other-config-you-use",
"@airship/eslint-config"
]
}