@bts-prodev/eslint-typescript
v1.0.3
Published
ESLint configuration for Typescript
Downloads
22
Readme
Installation
Install the following command
npm install --save-dev @bts-prodev/eslint-typescript
Usage
Add the following configuration to your package.json
"eslintConfig": {
"extends": [
"@bts-prodev/eslint-typescript"
]
}