eslint-config-rentograph
v1.1.4
Published
Rentograph ESLint configuration.
Downloads
2
Maintainers
Readme
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