This package provides Eveoh's .eslintrc as an extensible shared config.
Requires eslint.
npm install --save-dev eslint-config-eveoh eslint- Add
"extends": "eveoh"to your .eslintrc. Also extendeslint:recommendedif you want to use the recommended rules.
Lint this module with itself using npm test.
- Log in using
npm login - Release package:
npm publish --access public