3.0.0 • Published 6 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-cageeyeThen add the extends option to your .eslintrc:
{
"extends": "cageeye"
}Publishing
$ npm version <patch | minor | major>
$ git push --follow-tags origin master
$ npm publish