1.0.30 • Published 4 years ago
@topsoft4u/eslint-config v1.0.30
Installation
yarn add -D @topsoft4u/eslint-config eslintUsage
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',
}