3.1.0 • Published 2 years ago
@eveoh/eslint-config v3.1.0
eslint-config-eveoh
This package provides Eveoh's .eslintrc as an extensible shared config.
Usage
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.
Testing
Lint this module with itself using npm test.
Releasing
- Log in using
npm login - Release package:
npm publish --access public