Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Put @typescript-eslint/experimental-utils in dependencies and/or switch to @typescript-eslint/utils #450

@alecmev

Description

@alecmev

@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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions