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 53e06c0 commit 10826cfCopy full SHA for 10826cf
1 file changed
knip.ts
@@ -45,6 +45,9 @@ const config: KnipConfig = {
45
/** Some components import types from here, but installing it directly could lead to a version mismatch */
46
'vue-router',
47
48
+ /** Required by @nuxtjs/i18n at runtime but not directly imported in production code */
49
+ '@intlify/shared',
50
+
51
/** Oxlint plugins don't get picked up yet */
52
'@e18e/eslint-plugin',
53
'eslint-plugin-regexp',
0 commit comments