Skip to content

Commit 5898d1b

Browse files
chore: remove unneeded grep ignore from knip.jsonc
1 parent 6a43ba4 commit 5898d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knip.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/knip@next/schema.json",
33
"entry": ["src/index.ts!", "script/setup*.js"],
4-
"ignoreBinaries": ["dedupe", "gh", "grep"],
4+
"ignoreBinaries": ["dedupe", "gh"],
55
"project": ["src/**/*.ts!", "script/**/*.js"]
66
}

0 commit comments

Comments
 (0)