Licence
MIT
Version
1.0.30
Deps
9
Size
6 kB
Vulns
0
Weekly
0
Installation
yarn add -D @topsoft4u/eslint-config eslint
Usage
Now add the config to either your package.json:
{
"eslintConfig": {
"extends": "@topsoft4u/eslint-config"
}
}
to your .eslintrc:
{
"extends": "@topsoft4u/eslint-config"
}
or .eslintrc.js:
module.exports = {
extends: '@topsoft4u/eslint-config',
}