@bts-prodev/eslint-config
BTS-PRO1DEV eslint-config
Installation
Install the following command
npm install --save-dev @bts-prodev/eslint-config
Usage
Add the following configuration to your package.json
"eslintConfig": {
"extends": [
"@bts-prodev/eslint-config"
]
}