eslint-config-jared
v1.6.1
Published
Jared's personal ESLint configuration.
Downloads
35
Readme
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