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