Skip to content

Commit b51d7f8

Browse files
committed
chore: add e2e files as knip project
1 parent 501187e commit b51d7f8

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

site/.knip.jsonc

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema.json",
33
"entry": ["./src/index.tsx", "./src/serviceWorker.ts"],
4-
"project": ["./src/**/*.ts", "./src/**/*.tsx"],
4+
"project": ["./src/**/*.ts", "./src/**/*.tsx", "./e2e/**/*.ts"],
55
"ignore": ["**/*Generated.ts"],
66
"ignoreBinaries": ["protoc"],
77
"ignoreDependencies": [
8-
"express",
9-
"@types/express",
10-
"ssh2",
11-
"@types/ssh2",
128
"@types/react-virtualized-auto-sizer",
139
"jest_workaround",
14-
"protobufjs",
15-
"rxjs",
1610
"ts-proto"
1711
],
18-
// This sets knip not to report unused exports of types and interfaces
19-
// as long as they are used within the file.
12+
// Don't report unused exports of types as long as they are used within the file.
2013
"ignoreExportsUsedInFile": {
2114
"interface": true,
2215
"type": true

0 commit comments

Comments
 (0)