eslint-config-trybe-backend-typescript
v1.0.0
Published
ESLint shared config used by trybe on Typescript Back-end projects
Downloads
4
Maintainers
Readme
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"
// ...
}