We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee742f commit 70d80b1Copy full SHA for 70d80b1
knip.ts
@@ -39,6 +39,9 @@ const config: KnipConfig = {
39
40
/** Some components import types from here, but installing it directly could lead to a version mismatch */
41
'vue-router',
42
+
43
+ /** Oxlint plugins don't get picked up yet */
44
+ '@e18e/eslint-plugin',
45
],
46
ignoreUnresolved: ['#components', '#oauth/config'],
47
},
0 commit comments