-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathknip.json
More file actions
83 lines (83 loc) · 1.57 KB
/
knip.json
File metadata and controls
83 lines (83 loc) · 1.57 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
78
79
80
81
82
83
{
"$schema": "./node_modules/knip/schema.json",
"ignoreBinaries": [
"make"
],
"ignore": [
"headlamp/.plugins/**",
"headlamp/app/resources/**"
],
"workspaces": {
".": {
"entry": [
"build/*.ts"
],
"project": [
"build/**/*.ts"
],
"ignore": [
"build/download-az-cli.ts"
]
},
"plugins/aks-desktop": {
"entry": [
"src/index.tsx"
],
"project": [
"src/**/*.{ts,tsx}"
],
"ignore": [
"dist/**",
"src/**/*.d.ts",
"src/utils/test/*.test.ts",
"src/utils/test/run-tests.js"
],
"ignoreDependencies": [
"@azure/arm-resourcegraph",
"@azure/arm-subscriptions",
"@azure/identity",
"@iconify/react",
"@monaco-editor/react",
"@mui/material",
"eslint-plugin-no-barrel-files",
"react-router-dom"
],
"ignoreBinaries": [
"prettier"
]
},
"plugins/ai-assistant": {
"entry": [
"src/index.tsx"
],
"project": [
"src/**/*.{ts,tsx}"
],
"ignore": [
"dist/**",
"src/**/*.d.ts"
],
"ignoreDependencies": [
"@iconify/react",
"@monaco-editor/react",
"@mui/material",
"react-router-dom"
],
"ignoreBinaries": [
"prettier"
]
}
},
"ignoreDependencies": [
"tsx"
],
"ignoreExportsUsedInFile": {
"interface": true,
"type": true
},
"lint-staged": true,
"husky": true,
"tags": [
"-lintignore"
]
}