forked from CoreBunch/Instatic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
36 lines (36 loc) · 908 Bytes
/
Copy pathknip.json
File metadata and controls
36 lines (36 loc) · 908 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
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"entry": [
"src/admin/main.tsx",
"server/index.ts",
"server/healthcheck.ts",
"scripts/**/*.ts",
"src/__tests__/**/*.{test,spec}.{ts,tsx}",
"src/__tests__/**/*.test-d.{ts,tsx}",
"server/**/__tests__/**/*.test.ts",
"server/plugins/quickjs/bootstrap/src/*.ts",
"src/admin/plugin-host-ui/index.ts",
"src/admin/plugin-host-hooks/index.ts",
"src/core/plugin-sdk/index.ts",
"src/core/plugin-sdk/cli/*.ts"
],
"project": [
"src/**/*.{ts,tsx}",
"server/**/*.ts",
"scripts/**/*.ts"
],
"ignore": [
"src/ui/icons/icons/**",
"examples/plugins/**",
"src/ui/icons/icon-browser.html"
],
"ignoreDependencies": [
"@fontsource-variable/inter",
"dependency-cruiser",
"jscpd",
"knip",
"madge",
"secretlint",
"@secretlint/secretlint-rule-preset-recommend"
]
}