Skip to content

Format codebase with Prettier

jedmund requested to merge chore/prettier-formatting into main

Created by: jedmund

Summary

  • Runs Prettier across the entire codebase to enforce consistent formatting
  • Fixes 248 files that had style inconsistencies (tabs, quotes, trailing commas, semicolons, line width)
  • Split into two commits: source files (211 files) and docs/config (37 files)

Test plan

  • Verify npx prettier --check . passes with no issues
  • Spot-check a few formatted files to ensure no unintended changes

Merge request reports

Loading