-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
77 lines (77 loc) · 1.52 KB
/
Copy pathknip.json
File metadata and controls
77 lines (77 loc) · 1.52 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"next": true,
"entry": [
"remotion/index.ts",
"scripts/**/*.{js,mjs}",
"tests/**/*.{mjs,js,ts}",
"next.config.ts",
"src/proxy.ts"
],
"project": [
"src/**/*.{ts,tsx,js,jsx}",
"scripts/**/*.{js,mjs}",
"tests/**/*.{mjs,js,ts}",
"remotion/**/*.{ts,tsx}"
],
"ignore": [
".agents/**",
".claude/**",
".cursor/**",
".codex/**",
".gemini/**",
".entire/**",
".learnings/**",
".github/**",
"graphify-out/**",
"scratch/**",
"mcps/**",
"public/**",
"directus/**",
"supabase/**",
"references/**",
"next-env.d.ts",
"src/components/ui/**",
"src/components/animations/**",
"src/components/ReviewCarousel.tsx",
"src/components/SpotlightCard.tsx"
],
"ignoreBinaries": [
"graphify",
"entire",
"vercel",
"remotion"
],
"ignoreDependencies": [
"@libsql/client",
"@remotion/cli",
"@tailwindcss/postcss",
"dotenv",
"knip",
"markdownlint-cli",
"playwright",
"postcss",
"react-wrap-balancer",
"remotion",
"tailwindcss",
"tsx",
"tw-animate-css",
"typescript",
"vercel"
],
"rules": {
"files": "error",
"dependencies": "error",
"devDependencies": "error",
"unlisted": "error",
"binaries": "off",
"unresolved": "error",
"exports": "off",
"nsExports": "off",
"types": "off",
"nsTypes": "off",
"enumMembers": "off",
"classMembers": "off",
"duplicates": "off"
}
}