-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathknip.json
More file actions
54 lines (54 loc) · 1.24 KB
/
knip.json
File metadata and controls
54 lines (54 loc) · 1.24 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
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"tags": ["-lintignore"],
"ignore": [
".github/**",
"scripts/**",
"examples/**",
"apps/playgrounds/**",
"apps/playwright-www/**",
"packages/vite-plugin/src/__fixtures__/**",
"packages/arkenv/test/setup-attest.ts",
"packages/arkenv/src/arktype/coercion/index.ts"
],
"ignoreDependencies": ["esbuild", "bun"],
"ignoreBinaries": ["tsx", "size-limit"],
"ignoreIssues": {
"packages/bun-plugin/src/index.ts": ["duplicates"],
"packages/arkenv/src/arktype/index.ts": ["types"],
"packages/arkenv/package.json": ["devDependencies"]
},
"workspaces": {
".": {},
"apps/www": {
"ignore": [
"components/ui/**",
"lib/cn.ts",
"lib/plugins/**",
"lib/twoslash-options.ts",
"source.config.ts",
"bin/postinstall.js"
],
"ignoreDependencies": [
"@arkenv/vite-plugin",
"@fumadocs/mdx-remote",
"@fumadocs/cli",
"@radix-ui/react-popover",
"@radix-ui/react-separator",
"@repo/scope",
"@repo/types",
"arkenv",
"arktype",
"import-in-the-middle",
"mdast-util-mdx-jsx",
"posthog-node",
"remark-directive",
"remark-gemoji",
"require-in-the-middle",
"styled-jsx",
"unist-util-visit",
"valibot"
]
}
}
}