eslint-plugin-vuetify icon indicating copy to clipboard operation
eslint-plugin-vuetify copied to clipboard

Error TS7016 when using `// @ts-check` in eslint.config.js

Open GeoffreyParrier opened this issue 2 months ago • 0 comments

Versions

eslint-plugin-vuetify: 2.5.3 eslint: 9.35.0 typescript: 5.9.2

Issue

When importing eslint-plugin-vuetify in an eslint config with // @ts-check we get this error:

TS7016: Could not find a declaration file for module eslint-plugin-vuetify.

What seems to be the reason

Missing .d.ts exports Here's a comparison between eslint-plugin-vue and eslint-plugin-vuetify

Image

GeoffreyParrier avatar Oct 30 '25 08:10 GeoffreyParrier