Skip to content

Commit

Permalink
👩‍💻 dx(knip): Add dependency and draft configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Jan 6, 2025
1 parent fdf1bb3 commit 5348ed2
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 57 deletions.
26 changes: 26 additions & 0 deletions knip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"entry": [
"server/main.ts!",
"client/main.tsx!",
"scripts/**",
".deploy/**",
".upgrade/**",
"**/*.tests.ts",
"**/*.tests.tsx",
"**/*.app-tests.ts"
],
"project": [
"imports/**!",
"server/**!",
"client/**!"
],
"ignore": [
".meteor/local/**"
],
"ignoreDependencies": [
"mongodb",
"bson",
"@emotion/cache",
"semver"
]
}
Loading

0 comments on commit 5348ed2

Please sign in to comment.