0.0.3 • Published 4 years ago

eslint-config-jordangarcia v0.0.3

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

eslint-config-jordangarcia

ESLint shareable configuration.. Feel free to use this!

Installation

npm install --save-dev eslint-config-jordangarcia

This library has a peerDependencies listing for eslint

Example

Then add the extends to your .eslintrc.js:

module.exports = {
  extends: 'jordangarcia',
  rules: {
    // override rules
  }
}