From b145f3da9ab74138a378a1ee7040cfde04c3e78c Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 28 Nov 2023 23:56:17 -0800 Subject: [PATCH] chore(deps): additional things to ignore in unused code check --- web/.knip.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/.knip.json b/web/.knip.json index 14699af16..c13f8a6fd 100644 --- a/web/.knip.json +++ b/web/.knip.json @@ -9,7 +9,9 @@ "**/*stories.*", "next-env.d.ts", "public/**", - "tests/**" + "tests/**", + "i18n/index.js", + "i18next-parser.config.mjs", ], "ignoreDependencies": [ "@fontsource/inter", @@ -82,5 +84,6 @@ "@storybook/nextjs", "@storybook/react", "resolve-url-loader", + "i18next-scanner" ] } \ No newline at end of file