1.2.0 • Published 2 years ago

eslint-config-rolo-backend-ts v1.2.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Eslint typescript config Rolo backend

Typescript Eslint config for the backend teams working on Rolo.

Install

npm i -D eslint-config-rolo-backend-ts eslint

Add it as a config in .eslintrc

{
  "extends": ["eslint-config-rolo-backend-ts"]
}