Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 764 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 764 Bytes

javascript-style

npm version build status

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