Skip to content

Commit

Permalink
chore: remove unneeded grep ignore from knip.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed May 1, 2023
1 parent 6a43ba4 commit 5898d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knip.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/knip@next/schema.json",
"entry": ["src/index.ts!", "script/setup*.js"],
"ignoreBinaries": ["dedupe", "gh", "grep"],
"ignoreBinaries": ["dedupe", "gh"],
"project": ["src/**/*.ts!", "script/**/*.js"]
}

0 comments on commit 5898d1b

Please sign in to comment.