@tiendanube/eslint-config
Version:
ESLint shareable config for the Tiendanube projects
20 lines (14 loc) • 500 B
Markdown
## 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`](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) section of your [ESLint configuration](http://eslint.org/docs/user-guide/configuring).
```js
{
"extends": "@tiendanube/eslint-config",
"rules": {
// Additional, per-project rules...
}
}
```