JSHint and ESLint configurations for my projects.
- Install this package to your local node_modules.
npm install --save-dev morganepatch-style
- Extend this package's ESLint config in your own .eslintrc.
{
"extends": "./node_modules/morganepatch-style/.eslintrc.js"
}
- Extend this package's JSHint config in your own .jshintrc.
{
"extends": "./node_modules/morganepatch-style/.jshintrc"
}
MIT © Morgan Patch