Eslint typescript config BrioHR backend
Typescript Eslint config for the backend teams working on BrioHR.
Install
npm i -D @briohr/eslint-config-briohr-backend eslint
Add it as a config in .eslintrc
{
"extends": ["@briohr/eslint-config-briohr-backend"]
}