[PR #7103] [MERGED] chore: format markdown #15325

Closed
opened 2026-04-13 09:58:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7103
Author: @himself65
Created: 1/3/2026
Status: Merged
Merged: 1/3/2026
Merged by: @himself65

Base: canaryHead: himself65/2026/01/03/md


📝 Commits (7)

📊 Changes

169 files changed (+13934 additions, -12839 deletions)

View changed files

📝 .cspell/names.txt (+6 -0)
📝 .cspell/third-party.txt (+2 -1)
📝 .github/workflows/ci.yml (+3 -0)
.prettierignore (+12 -0)
.prettierrc (+6 -0)
📝 CODE_OF_CONDUCT.md (+17 -24)
📝 CONTRIBUTING.md (+20 -8)
📝 LICENSE.md (+1 -1)
📝 README.md (+3 -1)
📝 SECURITY.md (+6 -6)
📝 demo/expo/README.md (+1 -1)
📝 demo/nextjs/README.md (+0 -1)
📝 docs/README.md (+1 -1)
📝 docs/content/blogs/0-supabase-auth-to-planetscale-migration.mdx (+133 -133)
📝 docs/content/blogs/1-3.mdx (+162 -144)
📝 docs/content/blogs/1-4.mdx (+221 -125)
📝 docs/content/blogs/authjs-joins-better-auth.mdx (+33 -35)
📝 docs/content/blogs/seed-round.mdx (+13 -13)
📝 docs/content/changelogs/1-2.mdx (+39 -36)
📝 docs/content/docs/adapters/community-adapters.mdx (+13 -13)

...and 80 more files

📄 Description

Summary by cubic

Standardized Markdown/MDX formatting across the repo and added Prettier + CI checks to keep docs consistent. No content changes—only formatting.

  • Refactors
    • Added Prettier config (.prettierrc) and scoped formatting via .prettierignore to target only .md/.mdx.
    • Updated CI to run “pnpm format:check”; refreshed cspell dictionaries for new proper nouns.
    • Reformatted docs (quotes, indentation, code blocks, callouts, trailing newlines) for consistency.

Written for commit d3d63a13a0. Summary will update on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/7103 **Author:** [@himself65](https://github.com/himself65) **Created:** 1/3/2026 **Status:** ✅ Merged **Merged:** 1/3/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2026/01/03/md` --- ### 📝 Commits (7) - [`1937c8f`](https://github.com/better-auth/better-auth/commit/1937c8f40eb612a456c9ab74423a1aab2690eaff) chore: format markdown - [`e0408d0`](https://github.com/better-auth/better-auth/commit/e0408d0c1e49c9edaf7de0428976cc9269f0d93f) chore: format markdown - [`54e9449`](https://github.com/better-auth/better-auth/commit/54e94498eff00e98f27fde0907e8a3bed233e163) ci: update name - [`93dea41`](https://github.com/better-auth/better-auth/commit/93dea41da5d172b7f7180afa8246cca59648a900) ci: update name - [`512a829`](https://github.com/better-auth/better-auth/commit/512a82975533aeb5a351b704ee64e51519d34632) ci: format - [`9430626`](https://github.com/better-auth/better-auth/commit/94306266dad77af89ffc9a7a8bd1605a8eeb696a) ci: format - [`d3d63a1`](https://github.com/better-auth/better-auth/commit/d3d63a13a0de1f3865ac643e5237771fb91fb1ba) ci: format ### 📊 Changes **169 files changed** (+13934 additions, -12839 deletions) <details> <summary>View changed files</summary> 📝 `.cspell/names.txt` (+6 -0) 📝 `.cspell/third-party.txt` (+2 -1) 📝 `.github/workflows/ci.yml` (+3 -0) ➕ `.prettierignore` (+12 -0) ➕ `.prettierrc` (+6 -0) 📝 `CODE_OF_CONDUCT.md` (+17 -24) 📝 `CONTRIBUTING.md` (+20 -8) 📝 `LICENSE.md` (+1 -1) 📝 `README.md` (+3 -1) 📝 `SECURITY.md` (+6 -6) 📝 `demo/expo/README.md` (+1 -1) 📝 `demo/nextjs/README.md` (+0 -1) 📝 `docs/README.md` (+1 -1) 📝 `docs/content/blogs/0-supabase-auth-to-planetscale-migration.mdx` (+133 -133) 📝 `docs/content/blogs/1-3.mdx` (+162 -144) 📝 `docs/content/blogs/1-4.mdx` (+221 -125) 📝 `docs/content/blogs/authjs-joins-better-auth.mdx` (+33 -35) 📝 `docs/content/blogs/seed-round.mdx` (+13 -13) 📝 `docs/content/changelogs/1-2.mdx` (+39 -36) 📝 `docs/content/docs/adapters/community-adapters.mdx` (+13 -13) _...and 80 more files_ </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Standardized Markdown/MDX formatting across the repo and added Prettier + CI checks to keep docs consistent. No content changes—only formatting. - **Refactors** - Added Prettier config (.prettierrc) and scoped formatting via .prettierignore to target only .md/.mdx. - Updated CI to run “pnpm format:check”; refreshed cspell dictionaries for new proper nouns. - Reformatted docs (quotes, indentation, code blocks, callouts, trailing newlines) for consistency. <sup>Written for commit d3d63a13a0de1f3865ac643e5237771fb91fb1ba. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 09:58:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#15325