1.1.0 • Published 2 years ago
eslint-config-bluegrove v1.1.0
eslint-config-bluegrove
ESLint config for @Bluegrove
How to use it
First, install the npm package:
npm install --save-dev eslint-config-bluegroveThen add the extends option to your .eslintrc:
{
"extends": "bluegrove"
}Publishing
$ npm version <patch | minor | major>
$ git push --follow-tags origin master
$ npm publish