eslint-config-typescript 7.2.1
Install from the command line:
Learn more about npm packages
$ npm install @showbie/eslint-config-typescript@7.2.1
Install via package.json:
"@showbie/eslint-config-typescript": "7.2.1"
About this version
ESLint configuration for Showbie TypeScript projects
Install the required packages:
npm i -D eslint prettier @showbie/eslint-config-typescript
Then extend within your ESLint config:
{
extends: ['@showbie/eslint-config-typescript'],
}
This config itself extends