@stone-lemons/eslint-config
v0.0.8
Published
stone-lemons eslint config
Downloads
2
Maintainers
Readme
Personal configs
Credit: Forked from ntnyq
EsLint config
Usage
Install
$ npm i @stone-lemons/eslint-config -D
# OR
$ yarn add @stone-lemons/eslint-config -D
Extend this config
in .eslintrc.js
module.exports = {
root: true,
extends: ['@stone-lemons'],
rules: {
// Override rules
},
}
in package.json
{
"eslintConfig": {
"root": true,
"extends": "@stone-lemons"
}
}