1.3.0 • Published 8 years ago
eslint-config-sensu v1.3.0
eslint-config-sensu
This package provides Sensu's core Javascript ESLint settings as an extensible configuration.
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-sensuIf you did not already have an .eslintrc file you can add one.
./node_modules/.bin/eslint --initFinally, add the following to your .eslintrc.
{
"extends": [
"sensu"
]
}