eslint-config-rolo-backend-ts
v1.2.0
Published
Typescript Eslint config for the backend teams working on Rolo.
Readme
Eslint typescript config Rolo backend
Typescript Eslint config for the backend teams working on Rolo.
Install
npm i -D eslint-config-rolo-backend-ts eslintAdd it as a config in .eslintrc
{
"extends": ["eslint-config-rolo-backend-ts"]
}