eslint-config-sensu

1.3.0 • Public • Published

eslint-config-sensu

This package provides Sensu's core Javascript ESLint settings as an extensible configuration.

version license build

Usage

First, add the package to your project.

yarn add --dev eslint eslint-config-sensu

# or with npm

npm install --save-dev eslint eslint-config-sensu

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.

{
  "extends": [
    "sensu"
  ]
}

Package Sidebar

Install

npm i eslint-config-sensu

Weekly Downloads

5

Version

1.3.0

License

MIT

Unpacked Size

11.4 kB

Total Files

18

Last publish

Collaborators

  • jamesdphillips