Skip to content

Commit f1eec29

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/knip.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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: ["src/gql/*", "src/routeTree.gen.ts", ".storybook/locales.ts", "i18next.config.ts"],
1111
ignoreDependencies: [
1212
// This is used by the tailwind PostCSS plugin, but not detected by knip
1313
"postcss-nesting",

0 commit comments

Comments
 (0)