Closed
Description
The dependency @typescript-eslint/eslint-plugin
is wrongly installed as it causes another plugin version to be used or even fails to resolve the plugin in a pnpm
workspace.
This could be easily solved by declaring these as peerDependencies
instead of dependencies
.
My current workaround: Install @typescript-eslint/eslint-plugin
manually and keep versions in sync with the one listed in @vue/eslint-config-typescript
.
Metadata
Metadata
Assignees
Labels
No labels