1.0.1 • Published 4 years ago

morganepatch-style v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

javascript-style

npm version

JSHint and ESLint configurations for my projects.

Installing

  1. Install this package to your local node_modules.
npm install --save-dev morganepatch-style
  1. Extend this package's ESLint config in your own .eslintrc.
{
  "extends": "./node_modules/morganepatch-style/.eslintrc.js"
}
  1. Extend this package's JSHint config in your own .jshintrc.
{
  "extends": "./node_modules/morganepatch-style/.jshintrc"
}

License

MIT © Morgan Patch