-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ci): Add knip, remove depcheck (#140)
Adds a (kind of lame) initial configuration for [knip](https://github.com/webpro/knip), which replaces depcheck. By default, this will report on a lot of useful stuff, so may require further tuning/configuration as we learn how to use it preoperly. (While getting this PR ready, `knip` actually complained to me after I `yarn remove`'d `depcheck` but _before_ I updated the GH workflow to use `knip` instead of `depcheck`. It was able to detect that without `depcheck` installed, there was no such binary named `depcheck` available in the package, which we were still referencing in the GH workflow -- kind of wild!!)
- Loading branch information
Showing
6 changed files
with
876 additions
and
319 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"entry": ["src/index.ts"], | ||
"project": ["src/**/*/.ts"], | ||
"ignoreDependencies": ["@types/jest", "@valora/prettier-config"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.