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 7, 2025
1 parent 58f5fe2 commit 64842fb
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 0 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"
]
}
151 changes: 151 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"dev": "MONGO_OPLOG_URL=\"\" meteor run -s settings.json -p ${HOST:-localhost}:${PORT:-12345}",
"favicon": "emoji-favicon-cli -d public -v twitter face_with_thermometer",
"install-hooks": "husky install",
"knip": "knip",
"lint": "xo",
"lint-and-fix": "npm run lint -- --fix",
"lint-config": "fixpack --dryRun",
Expand Down Expand Up @@ -168,6 +169,7 @@
"fixpack": "4.0.0",
"husky": "8.0.3",
"ical.js": "1.5.0",
"knip": "^5.41.1",
"lint-staged": "15.3.0",
"moment": "2.30.1",
"moment-timezone": "0.5.45",
Expand Down

0 comments on commit 64842fb

Please sign in to comment.