https://github.com/supercharge/eslint-config-typescript
A shareable ESLint config for projects using TypeScript
https://github.com/supercharge/eslint-config-typescript
eslint eslint-config eslint-config-supercharge nodejs supercharge
Last synced: 3 months ago
JSON representation
A shareable ESLint config for projects using TypeScript
- Host: GitHub
- URL: https://github.com/supercharge/eslint-config-typescript
- Owner: supercharge
- License: mit
- Created: 2021-10-11T07:26:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T05:04:53.000Z (over 1 year ago)
- Last Synced: 2025-07-11T11:52:31.918Z (3 months ago)
- Topics: eslint, eslint-config, eslint-config-supercharge, nodejs, supercharge
- Language: TypeScript
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @supercharge/eslint-config-typescript
A shareable ESLint config for projects using TypeScript.## Installation
```bash
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`**
```js
module.exports = {
extends: '@supercharge/typescript'
}
```## Related
- [@supercharge/eslint-config](https://github.com/supercharge/eslint-config) - ESLint config for JavaScript projects