1.3.0 • Published 6 years ago

eslint-config-sensu v1.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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