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 e7e2a46 commit f1eec29Copy full SHA for f1eec29
frontend/knip.config.ts
@@ -7,7 +7,7 @@ import type { KnipConfig } from "knip";
7
8
export default {
9
entry: ["src/main.tsx", "src/swagger.ts", "src/routes/*"],
10
- ignore: ["src/gql/*", "src/routeTree.gen.ts", ".storybook/locales.ts"],
+ ignore: ["src/gql/*", "src/routeTree.gen.ts", ".storybook/locales.ts", "i18next.config.ts"],
11
ignoreDependencies: [
12
// This is used by the tailwind PostCSS plugin, but not detected by knip
13
"postcss-nesting",
0 commit comments