1.0.5 • Published 5 years ago

@mercadoeletronico/eslint-config v1.0.5

Weekly downloads
-
License
Apache-2.0
Repository
gitlab
Last release
5 years ago

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"
  ]
}