Skip to content

Commit 20dd233

Browse files
committed
fix: clean up knip issues
1 parent 476316b commit 20dd233

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.storybook/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { create } from 'storybook/theming/create'
22

3-
export const npmxDark = create({
3+
const npmxDark = create({
44
base: 'dark',
55

66
brandTitle: 'npmx Storybook',

knip.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ const config: KnipConfig = {
4545
/** Some components import types from here, but installing it directly could lead to a version mismatch */
4646
'vue-router',
4747

48-
/** Required by @nuxtjs/i18n at runtime but not directly imported in production code */
49-
'@intlify/shared',
50-
5148
/** Oxlint plugins don't get picked up yet */
5249
'@e18e/eslint-plugin',
5350
'eslint-plugin-regexp',

0 commit comments

Comments
 (0)