-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathknip.json
More file actions
51 lines (51 loc) · 1.18 KB
/
knip.json
File metadata and controls
51 lines (51 loc) · 1.18 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"entry": [
"src/browser/**/*.ts",
"js/*.js",
"scripts/*.ts",
"scripts/audits/**/*.ts",
"scripts/backfill-lib/**/*.ts",
"scripts/committees-dashboard/*.ts",
"scripts/coalition-dashboard/*.ts",
"scripts/data-transformers/**/*.ts",
"scripts/generate-news-indexes/**/*.ts",
"scripts/mcp-client/**/*.ts",
"scripts/parliamentary-data/**/*.ts",
"scripts/political-intelligence/**/*.ts",
"scripts/render-lib/**/*.ts",
"scripts/rss/**/*.ts",
"scripts/agentic/**/*.ts",
"scripts/shared/**/*.ts",
"scripts/sitemap-html/**/*.ts",
"scripts/sitemap-xml/**/*.ts",
"scripts/types/**/*.ts",
"tests/**/*.test.ts",
"tests/**/*.test.js",
"cypress.config.js",
"cypress/**/*.js"
],
"project": [
"src/browser/**/*.ts",
"js/**/*.js",
"scripts/**/*.ts",
"tests/**/*.ts",
"tests/**/*.js",
"cypress/**/*.js"
],
"ignore": [
"js/lib/**"
],
"ignoreDependencies": [
"htmlhint",
"js-yaml",
"mermaid",
"chartjs-plugin-annotation",
"worldbank-mcp"
],
"ignoreBinaries": [
"cypress",
"python3",
"linkinator"
]
}