@mercadoeletronico/eslint-config
v1.0.5
Published
ME ESLint Config
Downloads
1
Readme
ME ESLint Config
# With npm
npm i @mercadoeletronico/eslint-config
# With yarn
yarn add @mercadoeletronico/eslint-config
Add @mercadoeletronico
to extends in your .eslintrc.js.
{
"extends": [
"@mercadoeletronico"
]
}