3.0.0 • Published 5 months ago
eslint-config-cageeye v3.0.0
eslint-config-cageeye
ESLint config for @Bluegrove
How to use it
First, install the npm package:
npm install --save-dev eslint-config-cageeye
Then add the extends
option to your .eslintrc
:
{
"extends": "cageeye"
}
Publishing
$ npm version <patch | minor | major>
$ git push --follow-tags origin master
$ npm publish