@topsoft4u/eslint-config
v1.0.30
Published
ESLint and perhaps others in future
Downloads
3
Maintainers
Readme
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',
}