-
Notifications
You must be signed in to change notification settings - Fork 347
Expand file tree
/
Copy pathknip.json
More file actions
37 lines (37 loc) · 1.16 KB
/
knip.json
File metadata and controls
37 lines (37 loc) · 1.16 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
{
"$schema": "https://unpkg.com/knip@3/schema.json",
"ignore": [
"**/setupTests.ts",
"**/.eslintrc.js",
"packages/backend/src/instrumentation.js"
],
"ignoreDependencies": [
"app",
"@backstage/cli-defaults",
"@testing-library/jest-dom",
"@types/lodash",
"@types/d3",
"@opentelemetry/auto-instrumentations-node",
"@opentelemetry/exporter-prometheus",
"@opentelemetry/exporter-trace-otlp-http",
"@opentelemetry/sdk-node",
"@opentelemetry/sdk-trace-node",
"@backstage-community/plugin-cost-insights",
"@backstage-community/plugin-explore",
"@backstage-community/plugin-github-actions",
"@backstage-community/plugin-tech-radar",
"@backstage-community/plugin-todo",
"@backstage/plugin-api-docs",
"@backstage/plugin-app-visualizer",
"@backstage/plugin-catalog-graph",
"@backstage/plugin-kubernetes",
"@backstage/plugin-mui-to-bui",
"@backstage/plugin-scaffolder",
"@backstage/plugin-search-react",
"@backstage/plugin-techdocs",
"@backstage/plugin-techdocs-react",
"backstage-plugin-techdocs-addon-mermaid",
"react-router"
],
"ignoreBinaries": ["docker-compose"]
}