2.1.0 • Published 2 years ago

eslint-config-trybe-backend v2.1.0

Weekly downloads
1,150
License
GPL-3.0
Repository
-
Last release
2 years ago

eslint-config-trybe-backend

ESLint Shared config used by trybe on projects of the Back-end module

Installation

Simply install this through npm:

$ npm i eslint-config-trybe-backend

Usage

Extend this config on your .eslintrc.json:

{
  // ...
  "extends": "trybe-backend"
  // ...
}