Skip to content

chore: add prettier as explicit devDependency #225

@sjnims

Description

@sjnims

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 prettier

Or 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

Metadata

Metadata

Assignees

Labels

choreMaintenance tasks (dependencies, CI, tooling)effort:small< 1 hourpriority:lowNice to havestatus:analyzedIssue has been analyzed by Claude

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions