Skip to content

Commit c10e68d

Browse files
fix(knip): 🐛 remove unused item in ignored list (#368)
<!-- 👋 Hi, thanks for sending a PR to template-typescript-node-package! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Addresses an existing open issue: fixes #334 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CONTRIBUTING.md) were taken ## Overview <!-- Description of what is changed and how the code change does that. --> Unused item in ignoreDependencies: all-contributors-cli Unused item in ignoreBinaries: cat
1 parent 1f6bfaa commit c10e68d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

knip.jsonc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/knip@next/schema.json",
33
"entry": ["src/index.ts!", "script/setup*.js"],
4-
"ignoreBinaries": ["cat", "gh"],
5-
"ignoreDependencies": ["all-contributors-cli"],
4+
"ignoreBinaries": ["gh"],
65
"project": ["src/**/*.ts!", "script/**/*.js"]
76
}

0 commit comments

Comments
 (0)