1.0.0 • Published 4 years ago

eslint-config-trybe-backend-typescript v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
4 years ago

eslint-config-trybe-backend-typescript

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

Installation

Simply install this through npm:

$ npm i eslint-config-trybe-backend-typescript

Usage

Extend this config on your .eslintrc.json:

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