-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
35 lines (35 loc) · 846 Bytes
/
Copy pathknip.json
File metadata and controls
35 lines (35 loc) · 846 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
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"tags": [
"-lintignore"
],
"project": [
"src/**/*.{ts,html,scss}",
"!scripts/**"
],
"ignoreBinaries": [
"uv",
"kubectl"
],
"ignoreDependencies": [
"@angular/platform-browser-dynamic",
"@material/material-color-utilities",
"@typescript-eslint/parser",
"@oxc-project/runtime",
"@e18e/cli",
"clipboard"
],
"ignore": [
"src/**/index.ts",
"src/environments/environment.example.ts",
"src/testing/**",
"src/app/pages/dfd/interfaces/*.interface.ts",
"src/app/pages/dfd/infrastructure/adapters/infra-x6-event-handlers.adapter.ts",
"src/app/pages/dfd/infrastructure/services/injection-tokens.ts",
"src/app/pages/dfd/types/auto-save.types.ts"
],
"rules": {
"enumMembers": "off",
"types": "off"
}
}