Skip to content

supercharge/eslint-config-typescript

Repository files navigation

@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