Skip to content

fix(scripts): emit biome-formatted articles.mjs after sync - #103

Merged
sarthakagrawal927 merged 1 commit into
mainfrom
fix/emit-biome-format
Sep 20, 2026
Merged

sarthakagrawal927 merged 1 commit into
mainfrom
fix/emit-biome-format

Conversation

@sarthakagrawal927

Copy link
Copy Markdown
Member

Summary

  • sync-articles.mjs emitted JSON.stringify output (double quotes, quoted keys) — lint stayed red until a manual biome format pass each sync. The script now formats the emitted module itself.
  • Regenerated articles.mjs — picks up the metadata entry for accessibility-requirements-for-interactive-public-profiles (published via feat(articles): publish marketing drafts at /articles #100, missing from the module).

Test plan

  • Re-ran the sync against marketing/articles/karte — emitted file passes biome check
  • CI

Generated with Devin

JSON.stringify output is never biome-clean, so every sync left the lint
lane red until a manual format pass. Run `biome format --write` on the
emitted module inside the sync script.

Also regenerates articles.mjs — picks up the missing metadata entry for
the accessibility-requirements article published via #100.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@sarthakagrawal927
sarthakagrawal927 merged commit df21097 into main Sep 20, 2026
1 check passed
@sarthakagrawal927
sarthakagrawal927 deleted the fix/emit-biome-format branch September 20, 2026 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant