mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
chore: add knip config for unused-code detection
Workspace-aware entry points plus ignore lists for script-only tools and tools knip's binary resolution misses. Adds `npm run knip`.
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
"format:check": "oxfmt --check .",
|
||||
"lint": "oxlint",
|
||||
"lint:fix": "oxlint --fix",
|
||||
"knip": "knip",
|
||||
"start": "npm run start --workspace=@getpaseo/server",
|
||||
"android": "npm run android --workspace=@getpaseo/app",
|
||||
"android:development": "npm run android:development --workspace=@getpaseo/app",
|
||||
|
||||
Reference in New Issue
Block a user