Add i18next.config.ts to the knip ignore list

This commit is contained in:
Quentin Gliech
2025-11-07 14:48:46 +01:00
parent 4c81cd2024
commit 42b9e0a86a

View File

@@ -7,7 +7,12 @@ import type { KnipConfig } from "knip";
export default {
entry: ["src/main.tsx", "src/swagger.ts", "src/routes/*"],
ignore: ["src/gql/*", "src/routeTree.gen.ts", ".storybook/locales.ts"],
ignore: [
"src/gql/*",
"src/routeTree.gen.ts",
".storybook/locales.ts",
"i18next.config.ts",
],
ignoreDependencies: [
// This is used by the tailwind PostCSS plugin, but not detected by knip
"postcss-nesting",