Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
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 havesearched for related issues and found none that matched my issue.
- I haveread the FAQ and my problem is not listed.
Issue Description
SetTIMING=20
in thelint
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 git@github.com:immich-app/immich.gitcd immich/webnpm installTIMING=20 npm run lint
Versions
This repo is currently ontypescript-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 |