@sensuapp/eslint-plugin

1.5.0 • Public • Published

@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"
  ]
}

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i @sensuapp/eslint-plugin

    Weekly Downloads

    35

    Version

    1.5.0

    License

    MIT

    Unpacked Size

    4.67 kB

    Total Files

    3

    Last publish

    Collaborators

    • jamesdphillips