https://github.com/fpapado/typescript-eslint-type-checked-only-missing
https://github.com/fpapado/typescript-eslint-type-checked-only-missing
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fpapado/typescript-eslint-type-checked-only-missing
- Owner: fpapado
- Created: 2024-03-05T10:33:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T13:49:41.000Z (over 2 years ago)
- Last Synced: 2025-02-26T17:47:36.586Z (over 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[typescript-eslint 7.1.0 released a -type-checked-only set of configs](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.1.0). However, they seem to be missng in practice!
This PR is a reproduction of the issue:
Flat config:
```shell
cd flat-config
pnpm install
pnpm eslint .
```
Legacy config:
```shell
cd legacy-config
pnpm install
pnpm eslint .
```
An error should show up in both cases.