Skip to content

Commit a3c86ef

Browse files
committedAug 22, 2023
Add @JoshuaKGoldberg's article
1 parent 9dc8d37 commit a3c86ef

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,7 @@ Many thanks to some of the early adopters of Knip:
746746
- Ask your questions in the [Knip knowledge base][65] (powered by OpenAI and [7-docs][66], experimental!)
747747
- Smashing Magazine: [Knip: An Automated Tool For Finding Unused Files, Exports, And Dependencies][67]
748748
- Effective TypeScript: [Recommendation Update: ✂️ Use knip to detect dead code and types][68]
749+
- Josh Goldberg: [Speeding Up Centered Part 4: Unused Code Bloat][69]
749750

750751
## Why "Knip"?
751752

@@ -763,7 +764,7 @@ each file, and traversing all of this, why not collect the various issues in one
763764

764765
Special thanks to the wonderful people who have contributed to this project:
765766

766-
[![Contributors][70]][69]
767+
[![Contributors][71]][70]
767768

768769
[1]: #workspaces
769770
[2]: #plugins
@@ -833,8 +834,9 @@ Special thanks to the wonderful people who have contributed to this project:
833834
[66]: https://github.com/7-docs/7-docs
834835
[67]: https://www.smashingmagazine.com/2023/08/knip-automated-tool-find-unused-files-exports-dependencies/
835836
[68]: https://effectivetypescript.com/2023/07/29/knip/
836-
[69]: https://github.com/webpro/knip/graphs/contributors
837-
[70]: https://contrib.rocks/image?repo=webpro/knip
837+
[69]: https://www.joshuakgoldberg.com/blog/speeding-up-centered-part-4-unused-code-bloat/
838+
[70]: https://github.com/webpro/knip/graphs/contributors
839+
[71]: https://contrib.rocks/image?repo=webpro/knip
838840
[plugin-ava]: ./src/plugins/ava
839841
[plugin-babel]: ./src/plugins/babel
840842
[plugin-capacitor]: ./src/plugins/capacitor

0 commit comments

Comments
 (0)
Please sign in to comment.