Merged in chore/update-knip-config (pull request #3487)

chore: Update knip config

* Update knip config


Approved-by: Joakim Jäderberg
This commit is contained in:
Anton Gunnarsson
2026-01-26 13:36:52 +00:00
parent 0ab93dc80e
commit 5aadb7791e

View File

@@ -7,7 +7,7 @@
"netlify/netlify-plugin-branch-sync/index.js"
],
"project": ["scripts/**/*.{ts,mts,mjs,js}"],
"ignoreDependencies": ["@scandic-hotels/*"]
"ignoreDependencies": ["@scandic-hotels/*", "@material-symbols/svg-400"]
},
"apps/scandic-web": {
"entry": [
@@ -54,7 +54,10 @@
"project": ["**/*.{ts,tsx}", "!**/*.test.{ts,tsx}", "!**/*.spec.{ts,tsx}"]
},
"packages/design-system": {
"entry": [".storybook/content/**/*.{js,jsx,ts,tsx,mdx}"],
"entry": [
".storybook/content/**/*.{js,jsx,ts,tsx,mdx}",
"generate/generate.ts"
],
"project": [
"lib/**/*.{ts,tsx}",
"generate/**/*.ts",
@@ -64,7 +67,9 @@
"@typescript-eslint/eslint-plugin",
"eslint-plugin-react-hooks",
"eslint-plugin-storybook"
]
],
"ignoreFiles": ["lib/tokens/index.ts"],
"ignoreUnresolved": ["generate.ts"]
},
"packages/tracking": {
"project": ["**/*.{ts,tsx}"]