forked from ttpss930141011/vue-wafer-painter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.knip.json
38 lines (38 loc) · 845 Bytes
/
.knip.json
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
{
"paths": {
"@/*": ["./*"]
},
"rules": {
"files": "warn",
"unlisted": "off"
},
"eslint": {
"config": [".eslintrc", ".eslintrc.{js,json,cjs}", ".eslintrc.{yml,yaml}", "package.json"],
"entry": ["eslint.config.js"]
},
"github-actions": {
"config": [".github/workflows/*.yml", ".github/**/action.{yml,yaml}"]
},
"husky": {
"config": [
".husky/commit-msg",
".husky/pre-{applypatch,commit,merge-commit,push,rebase,receive}",
".husky/post-{checkout,commit,merge,rewrite}"
]
},
"vite": {
"entry": ["vite.config.{js,ts}"]
},
"prettier": {
"config": [
".prettierrc",
".prettierrc.{json,js,cjs,yml,yaml}",
"prettier.config.{js,cjs}",
"package.json"
]
},
"typescript": {
"entry": "next-env.d.ts",
"config": ["tsconfig.json"]
}
}