eslint-config-typescript 4.0.0
Install from the command line:
Learn more about npm packages
$ npm install @supercharge/eslint-config-typescript@4.0.0
Install via package.json:
"@supercharge/eslint-config-typescript": "4.0.0"
About this version
A shareable ESLint config for projects using TypeScript.
npm i -D eslint@8 @supercharge/eslint-config-typescript
eslint |
@supercharge/eslint-config-typescript |
---|---|
8.x |
2.x |
7.x |
1.x |
Update your ESLint configuration file (for example the .eslintrc.js
file) and extend @supercharge/typescript
:
.eslintrc.js
module.exports = {
extends: '@supercharge/typescript'
}
- @supercharge/eslint-config - ESLint config for JavaScript projects