You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2024. It is now read-only.
@typescript-eslint/experimental-utils isn't a thing since 5.62.0, and nothing else needs it in the project, so I get the following error with skipLibCheck: false:
node_modules/eslint-plugin-sonarjs/lib/index.d.ts:1:31 - error TS2307: Cannot find module '@typescript-eslint/experimental-utils' or its corresponding type declarations.
1 import type { TSESLint } from '@typescript-eslint/experimental-utils';
The least impactful fix is probably to just find-replace all instances of @typescript-eslint/experimental-utils with @typescript-eslint/utils, as there's a 5.30.7 of it too.