-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathknip.json
More file actions
35 lines (35 loc) · 893 Bytes
/
knip.json
File metadata and controls
35 lines (35 loc) · 893 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",
"cypress": {
"config": ["cypress.config.ts"]
},
"entry": [
"src/entry/icebreakers/index.ts",
"src/simple-comment.ts",
"src/simple-comment-icebreakers.ts",
"src/scss/simple-comment-style.scss"
],
"eslint": {
"config": ["eslint.config.mjs"]
},
"ignoreBinaries": ["cypress", "netlify"],
"ignoreDependencies": [
"http-server",
"jest-environment-jsdom",
"prettier-plugin-svelte",
"svelte-eslint-parser",
"ts-node"
],
"ignoreFiles": ["jest-mongodb-config.js", "src/tests/mockComment.ts"],
"ignoreIssues": {
"src/apiClient.ts": ["exports"],
"src/lib/backend-utilities.ts": ["exports"]
},
"jest": {
"config": ["jest.backend.config.ts", "jest.frontend.config.ts"]
},
"tags": ["-lintignore"],
"webpack": {
"config": ["webpack.netlify.functions.cjs"]
}
}