-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathknip.json
More file actions
38 lines (38 loc) · 1.41 KB
/
knip.json
File metadata and controls
38 lines (38 loc) · 1.41 KB
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",
"ignore": ["templates/**/*"],
"workspaces": {
".": { "entry": ["scripts/*.js", "tools/*.js", ".github/workflows/*.yml"] },
"packages/compat": {
"ignoreDependencies": ["eslint"],
"entry": ["tests/**/*.{cts,js,ts}"],
"project": ["src/**/*.{cts,js,ts}", "tests/*.{cts,js,ts}"]
},
"packages/config-array": {
"entry": ["tests/**/*.{cts,js,ts}", "rollup.std__path-config.js"],
"project": ["src/**/*.{cts,js,ts}", "tests/**/*.{cts,js,ts}"]
},
"packages/config-helpers": {
"entry": ["tests/**/*.{cts,js,ts}"],
"project": ["src/**/*.{cts,js,ts}", "tests/**/*.{cts,js,ts}"]
},
"packages/core": { "project": ["src/**/*.{cts,js,ts}"] },
"packages/mcp": {
"ignoreDependencies": ["@eslint/plugin-kit", "@types/express"],
"entry": ["tests/**/*.{cts,js,ts}"],
"project": ["src/**/*.{cts,js,ts}", "tests/**/*.{cts,js,ts}"]
},
"packages/migrate-config": {
"entry": ["src/migrate-config.js", "tests/**/*.{cts,js,ts}"],
"project": ["src/**/*.{cts,js,ts}", "tests/*.{cts,js,ts}"]
},
"packages/object-schema": {
"entry": ["tests/**/*.{cts,js,ts}"],
"project": ["src/**/*.{cts,js,ts}", "tests/**/*.{cts,js,ts}"]
},
"packages/plugin-kit": {
"entry": ["tests/**/*.{cts,js,ts}"],
"project": ["src/**/*.{cts,js,ts}", "tests/**/*.{cts,js,ts}"]
}
}
}