@tiendanube/eslint-config
v0.3.2
Published
ESLint shareable config for the Tiendanube projects
Downloads
518
Maintainers
Readme
Installation
$ yarn add eslint @tiendanube/eslint-config --dev
Usage
Once the @tiendanube/eslint-config
package is installed, you can use it by specifying @tiendanube/eslint-config
in the extends
section of your ESLint configuration.
{
"extends": "@tiendanube/eslint-config",
"rules": {
// Additional, per-project rules...
}
}