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:
11
knip.json
11
knip.json
@@ -7,7 +7,7 @@
|
|||||||
"netlify/netlify-plugin-branch-sync/index.js"
|
"netlify/netlify-plugin-branch-sync/index.js"
|
||||||
],
|
],
|
||||||
"project": ["scripts/**/*.{ts,mts,mjs,js}"],
|
"project": ["scripts/**/*.{ts,mts,mjs,js}"],
|
||||||
"ignoreDependencies": ["@scandic-hotels/*"]
|
"ignoreDependencies": ["@scandic-hotels/*", "@material-symbols/svg-400"]
|
||||||
},
|
},
|
||||||
"apps/scandic-web": {
|
"apps/scandic-web": {
|
||||||
"entry": [
|
"entry": [
|
||||||
@@ -54,7 +54,10 @@
|
|||||||
"project": ["**/*.{ts,tsx}", "!**/*.test.{ts,tsx}", "!**/*.spec.{ts,tsx}"]
|
"project": ["**/*.{ts,tsx}", "!**/*.test.{ts,tsx}", "!**/*.spec.{ts,tsx}"]
|
||||||
},
|
},
|
||||||
"packages/design-system": {
|
"packages/design-system": {
|
||||||
"entry": [".storybook/content/**/*.{js,jsx,ts,tsx,mdx}"],
|
"entry": [
|
||||||
|
".storybook/content/**/*.{js,jsx,ts,tsx,mdx}",
|
||||||
|
"generate/generate.ts"
|
||||||
|
],
|
||||||
"project": [
|
"project": [
|
||||||
"lib/**/*.{ts,tsx}",
|
"lib/**/*.{ts,tsx}",
|
||||||
"generate/**/*.ts",
|
"generate/**/*.ts",
|
||||||
@@ -64,7 +67,9 @@
|
|||||||
"@typescript-eslint/eslint-plugin",
|
"@typescript-eslint/eslint-plugin",
|
||||||
"eslint-plugin-react-hooks",
|
"eslint-plugin-react-hooks",
|
||||||
"eslint-plugin-storybook"
|
"eslint-plugin-storybook"
|
||||||
]
|
],
|
||||||
|
"ignoreFiles": ["lib/tokens/index.ts"],
|
||||||
|
"ignoreUnresolved": ["generate.ts"]
|
||||||
},
|
},
|
||||||
"packages/tracking": {
|
"packages/tracking": {
|
||||||
"project": ["**/*.{ts,tsx}"]
|
"project": ["**/*.{ts,tsx}"]
|
||||||
|
|||||||
Reference in New Issue
Block a user