0.3.2 • Published 3 years ago

@tiendanube/eslint-config v0.3.2

Weekly downloads
102
License
MIT
Repository
github
Last release
3 years ago

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...
  }
}