0.3.2 • Published 4 years ago
@tiendanube/eslint-config v0.3.2
Installation
$ yarn add eslint @tiendanube/eslint-config --devUsage
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...
}
}