@supercharge/eslint-config-typescript
v4.0.2
Published
A Shareable ESLint Config for Supercharge Projects using TypeScript
Downloads
28
Readme
@supercharge/eslint-config-typescript
A shareable ESLint config for projects using TypeScript.
Installation
npm i -D eslint@8 @supercharge/eslint-config-typescript
Compatibility
| eslint
| @supercharge/eslint-config-typescript
|
| -------- | --------------------------------------- |
| 8.x
| >=2.x
|
| 7.x
| 1.x
|
Usage
Update your ESLint configuration file (for example the .eslintrc.js
file) and extend @supercharge/typescript
:
.eslintrc.js
module.exports = {
extends: '@supercharge/typescript'
}
Related
- @supercharge/eslint-config - ESLint config for JavaScript projects