-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathknip.json
More file actions
61 lines (61 loc) · 1.4 KB
/
knip.json
File metadata and controls
61 lines (61 loc) · 1.4 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
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"entry": [
"src/index.ts",
"src/App.tsx",
"src/types/index.ts",
"src/services/index.ts",
"src/hooks/index.ts",
"src/utils/index.ts",
"src/components/index.ts",
"src/components/widgets/index.ts",
"src/constants/index.ts",
"src/data/index.ts",
"src/contexts/index.ts",
"eslint-local-rules.cjs",
"scripts/**/*.{js,mjs,cjs,ts}",
"cypress/e2e/**/*.cy.{ts,tsx}",
"cypress/plugins/**/*.{ts,js}",
"src/**/*.test.{ts,tsx}"
],
"project": [
"src/**/*.{ts,tsx,js,jsx}",
"cypress/**/*.{ts,tsx,js}",
"scripts/**/*.{js,mjs,cjs,ts}",
"*.{ts,js,mjs,cjs}"
],
"ignore": [
"src/constants/complianceConstants.ts",
"src/utils/complianceTextUtils.ts"
],
"ignoreDependencies": [
"cypress-junit-reporter",
"cypress-react-selector",
"cypress-wait-until",
"glob",
"mocha-junit-reporter",
"mochawesome",
"typedoc-plugin-markdown",
"typedoc-plugin-mermaid",
"react-error-boundary"
],
"ignoreBinaries": [
"dot"
],
"exclude": [
"duplicates",
"exports",
"types",
"nsExports",
"nsTypes",
"enumMembers"
],
"ignoreExportsUsedInFile": true,
"eslint": {
"config": ["eslint.config.js"]
},
"typescript": {
"config": ["tsconfig.json", "tsconfig.lib.json", "tsconfig.node.json", "cypress/tsconfig.json"]
},
"typedoc": false
}