-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
38 lines (38 loc) · 971 Bytes
/
knip.json
File metadata and controls
38 lines (38 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"workspaces": {
"client": {
"entry": [
"src/app/routes/**/*.tsx",
"src/**/*.stories.tsx",
"src/app/entry.client.e2e.tsx"
],
"project": ["src/**/*.{ts,tsx}"],
"ignoreDependencies": [
"@babel/preset-typescript",
"@vitest/coverage-v8",
"babel-plugin-react-compiler",
"chromatic",
"tailwindcss",
"tw-animate-css"
]
},
"api": {
"entry": [
"functions/*/index.ts",
"scripts/migrate.ts",
"scripts/migrate-local-test.ts"
],
"project": ["**/*.ts"],
"ignoreBinaries": ["func"],
"ignore": ["utils/defaultCategories.ts"]
}
},
"ignore": ["**/build/**", "**/dist/**", "**/.storybook/**", "**/mocks/**"],
"ignoreDependencies": [
"@typescript-eslint/eslint-plugin",
"eslint-config-prettier",
"husky"
],
"ignoreExportsUsedInFile": true
}