chore: prettier format sweep #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/prettier-format"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Makes the repo prettier-clean so `npm run format` is a no-op going forward (clears pre-existing drift).
Changes: whitespace / line-joining, an Astro JSX comment wrap, a trailing newline in `quotes.json`, and the traccar blog post's emphasis markers normalized (`x` → `x`). All code-only / render-preserving — verified the traccar post's rendered HTML is byte-identical before/after.
Deliberately excluded: `src/content/blog/your-tools-name-is-a-spec.md`. Prettier changes its rendered output (the source has a malformed `_this tool is a __.` construct that doesn't render as intended in either form). That's a content bug to fix on its own, not something to bury in a format sweep.
Tests 108/108, build clean.