ESLint configurations
npm install @bts-prodev/eslint-configBTS-PRO1DEV eslint-config
Install the following command
``sh`
npm install --save-dev @bts-prodev/eslint-config
Add the following configuration to your package.json
`json``
"eslintConfig": {
"extends": [
"@bts-prodev/eslint-config"
]
}