1.5.0 • Published 5 years ago

@sensuapp/eslint-plugin v1.5.0

Weekly downloads
91
License
MIT
Repository
github
Last release
5 years ago

@sensuapp/eslint-plugin

This package provides additional rules used by Sensu projects.

version license build

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-plugin

If you did not already have an .eslintrc file you can add one.

./node_modules/.bin/eslint --init

Finally, add the following to your .eslintrc.

{
  "plugins": [
    "@sensuapp/eslint-plugin"
  ]
}