@bts-prodev/eslint-config
v1.1.0
Published
ESLint configurations
Downloads
19
Readme
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"
]
}