1.6.1 • Published 6 years ago

eslint-config-jared v1.6.1

Weekly downloads
13
License
MIT
Repository
-
Last release
6 years ago

eslint-config-jared

Usage:

Add the extension:

// .eslintrc.js
module.exports = {
   extends: "jared"
}

// OR

// .eslintrc
{
   "extends": "jared"
}

Then install the config:

npm i --save-dev eslint-config-jared