Browse Source

chore(deps): additional things to ignore in unused code check

pull/3461/head
Gabe Kangas 2 years ago
parent
commit
b145f3da9a
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 5
      web/.knip.json

5
web/.knip.json

@ -9,7 +9,9 @@ @@ -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 @@ @@ -82,5 +84,6 @@
"@storybook/nextjs",
"@storybook/react",
"resolve-url-loader",
"i18next-scanner"
]
}
Loading…
Cancel
Save