chore: prettier format sweep #6

Merged
fiatcode merged 1 commit from chore/prettier-format into main 2026-06-19 12:24:12 +07:00
Owner

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.

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.
Make the repo prettier-clean so 'npm run format' is a no-op going forward.
Whitespace/line-joining, JSX comment wrapping, trailing newline; the traccar
post's emphasis markers normalized (*x* -> _x_, render-identical).

Excludes src/content/blog/your-tools-name-is-a-spec.md: prettier changes its
rendered HTML (the source has a malformed _..._ ___ construct), so it needs a
content fix rather than a blind format pass.
fiatcode referenced this pull request from a commit 2026-06-19 12:24:12 +07:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
fiatcode/site!6
No description provided.