1.1.4 • Published 7 years ago

eslint-config-rentograph v1.1.4

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

eslint-config-rentograph

Usage:

Add the extension:

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

// OR

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

Then install the config:

npm i --save-dev eslint-config-rentograph