1.1.1 • Published 3 years ago
eslint-config-trybe-backend-typescript-test v1.1.1
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"
// ...
}