eslint-config-typescript 1.11.0
Install from the command line:
Learn more about npm packages
$ npm install @ahiho/eslint-config-typescript@1.11.0
Install via package.json:
"@ahiho/eslint-config-typescript": "1.11.0"
About this version
Ahiho's TypeScript ESLint config extras.
Read the ESlint config docs for more information.
- NodeJS (version >= 14.x and <= 19)
yarn add --dev @ahiho/eslint-config-ecmascript @ahiho/eslint-config-typescript
After installing, update package.json
file to add the following properties.
"eslintConfig": {
"extends": [
"@ahiho/eslint-config-ecmascript",
"@ahiho/eslint-config-typescript"
]
},