Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 28b3394

Browse files
committed
chore: update knip config to ignore protoc binary
1 parent 195a7e6 commit 28b3394

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/.knip.jsonc

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "https://unpkg.com/knip@5/schema.json",
33
"entry": ["./src/index.tsx"],
44
"project": ["./src/**/*.ts", "./src/**/*.tsx"],
5+
"ignoreBinaries": ["protoc"],
56
"ignore": ["**/*Generated.ts"],
67
// This sets knip not to report unused exports of types and interfaces
78
// as long as they are used within the file.

0 commit comments

Comments
 (0)