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 476316b commit 20dd233Copy full SHA for 20dd233
2 files changed
.storybook/theme.ts
@@ -1,6 +1,6 @@
1
import { create } from 'storybook/theming/create'
2
3
-export const npmxDark = create({
+const npmxDark = create({
4
base: 'dark',
5
6
brandTitle: 'npmx Storybook',
knip.ts
@@ -45,9 +45,6 @@ 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