Skip to content

supercharge/eslint-config-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 10, 2024
7c8c677 · Mar 10, 2024

History

72 Commits
Mar 10, 2024
May 17, 2022
Dec 3, 2023
May 18, 2022
May 18, 2022
Dec 9, 2021
Mar 10, 2024
May 17, 2022
Mar 10, 2024
Mar 10, 2024
May 17, 2022

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