forked from drodil/backstage-plugin-qeta
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
29 lines (29 loc) · 631 Bytes
/
knip.json
File metadata and controls
29 lines (29 loc) · 631 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
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"ignore": [
"{plugins}/*/{fixtures,templates,migrations}/**",
"**/configSchema.d.ts",
"node_modules/**"
],
"workspaces": {
"plugins/*": {
"entry": [
"src/index.{ts,tsx}",
"src/routes.ts",
"dev/index.{ts,tsx}",
"src/run.ts"
],
"jest": {
"entry": ["src/setupTests.ts", "**/*.test.{ts,tsx}"]
},
"ignore": [".eslintrc.js", "config.d.ts", "knexfile.js"]
}
},
"ignoreDependencies": [
"lint-staged",
"react",
"react-dom",
"react-router",
"react-router-dom"
]
}