ESLint configuration for Typescript
npm install @bts-prodev/eslint-typescriptBTS-PR01DEV ESLint Typescript
Install the following command
``sh`
npm install --save-dev @bts-prodev/eslint-typescript
Add the following configuration to your package.json
`json``
"eslintConfig": {
"extends": [
"@bts-prodev/eslint-typescript"
]
}