Skip to content

Commit a0696db

Browse files
committed
Add i18next.config.ts to the knip ignore list
1 parent e7e2a46 commit a0696db

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

frontend/knip.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ import type { KnipConfig } from "knip";
77

88
export default {
99
entry: ["src/main.tsx", "src/swagger.ts", "src/routes/*"],
10-
ignore: ["src/gql/*", "src/routeTree.gen.ts", ".storybook/locales.ts"],
10+
ignore: [
11+
"src/gql/*",
12+
"src/routeTree.gen.ts",
13+
".storybook/locales.ts",
14+
"i18next.config.ts",
15+
],
1116
ignoreDependencies: [
1217
// This is used by the tailwind PostCSS plugin, but not detected by knip
1318
"postcss-nesting",

0 commit comments

Comments
 (0)