-
-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
@html-eslint/eslint-plugin uses types from the @html-eslint/types package but doesn't have it in dependencies. As a result, TypeScript is unable to typecheck the plugin.
To reproduce
https://stackblitz.com/edit/vitejs-vite-lyrd8apg?file=tsconfig.node.json&startScript=build
Expected behavior
No errors from tsc.
Additional context
Can be worked around by setting skipLibCheck to true in a TS config, or by adding @html-eslint/types to dependencies of a linted project.
yeonjuan
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working