-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
choreMaintenance tasks (dependencies, CI, tooling)Maintenance tasks (dependencies, CI, tooling)effort:small< 1 hour< 1 hourpriority:lowNice to haveNice to havestatus:analyzedIssue has been analyzed by ClaudeIssue has been analyzed by Claude
Description
Description
Dead code analysis with knip identified that prettier is used in scripts but not listed as a dependency.
Location
package.json- format scripts use prettier.github/workflows/ci.yml- CI workflow uses prettier
Findings
knip reports prettier as an "unlisted binary":
Unlisted binaries (1)
prettier .github/workflows/ci.yml
prettier package.json
Suggested Fix
Add prettier as a devDependency:
npm install -D prettierOr update scripts to use npx prettier explicitly if we want to avoid adding the dependency.
Priority
Low - The code works, but this improves dependency hygiene.
🤖 Created with Claude Code from dead code analysis
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
choreMaintenance tasks (dependencies, CI, tooling)Maintenance tasks (dependencies, CI, tooling)effort:small< 1 hour< 1 hourpriority:lowNice to haveNice to havestatus:analyzedIssue has been analyzed by ClaudeIssue has been analyzed by Claude