1.5.0 • Published 6 years ago
@sensuapp/eslint-plugin v1.5.0
@sensuapp/eslint-plugin
This package provides additional rules used by Sensu projects.
Usage
First, add the package to your project.
yarn add --dev eslint @sensuapp/eslint-plugin
# or with npm
npm install --save-dev eslint @sensuapp/eslint-pluginIf you did not already have an .eslintrc file you can add one.
./node_modules/.bin/eslint --initFinally, add the following to your .eslintrc.
{
"plugins": [
"@sensuapp/eslint-plugin"
]
}1.5.0
6 years ago