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