eslint-config-typescript 3.0.1
Install from the command line:
Learn more about npm packages
$ npm install @supercharge/eslint-config-typescript@3.0.1
Install via package.json:
"@supercharge/eslint-config-typescript": "3.0.1"
About this version
A shareable ESLint config for projects using TypeScript.
npm i -D eslint@8 @supercharge/eslint-config-typescripteslint |
@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