Closed
Description
Before You File a Bug Report Please Confirm You Have Done The Following...
- I have tried restarting my IDE and the issue persists.
- I have updated to the latest version of the packages.
- I have searched for related issues and found none that matched my issue.
- I have read the FAQ and my problem is not listed.
Issue Description
Set TIMING=20
in the lint
script of this repo: https://github.com/immich-app/immich/tree/main/web
Took over 4 min to run while other rules completed quickly
Reproduction Repository Link
https://github.com/immich-app/immich
Repro Steps
git clone [email protected]:immich-app/immich.git
cd immich/web
npm install
TIMING=20 npm run lint
Versions
This repo is currently on typescript-eslint
8 as indicated below, but I've sent a PR to upgrade it to the latest v9 and it happens there as well
package | version |
---|---|
@typescript-eslint/eslint-plugin |
8.26.1 |
@typescript-eslint/parser |
8.26.1 |
@typescript-eslint/scope-manager |
8.26.1 |
@typescript-eslint/typescript-estree |
8.26.1 |
@typescript-eslint/type-utils |
8.26.1 |
@typescript-eslint/utils |
8.26.1 |
TypeScript |
5.7.3 |
ESLint |
9.18.0 |
node |
22.11.0 |