[PR #4068] [MERGED] chore: lint json files #13411

Closed
opened 2026-04-13 08:55:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/4068
Author: @himself65
Created: 8/18/2025
Status: Merged
Merged: 8/18/2025
Merged by: @himself65

Base: canaryHead: himself65/2025/08/18/fix-pkg


📝 Commits (1)

📊 Changes

23 files changed (+829 additions, -823 deletions)

View changed files

📝 .vscode/settings.json (+27 -27)
📝 biome.json (+65 -59)
📝 demo/nextjs/components.json (+19 -19)
📝 demo/nextjs/tsconfig.json (+25 -25)
📝 docs/components.json (+19 -19)
📝 docs/content/docs/meta.json (+11 -11)
📝 docs/tsconfig.json (+28 -28)
📝 integration-tests/bun/tsconfig.json (+22 -22)
📝 integration-tests/cloudflare/drizzle/meta/0000_snapshot.json (+326 -326)
📝 integration-tests/cloudflare/drizzle/meta/_journal.json (+11 -11)
📝 integration-tests/cloudflare/package.json (+20 -20)
📝 integration-tests/cloudflare/tsconfig.json (+15 -15)
📝 packages/better-auth/package.json (+3 -3)
📝 packages/better-auth/tsconfig.declarations.json (+29 -29)
📝 packages/better-auth/tsconfig.json (+23 -23)
📝 packages/expo/package.json (+1 -1)
📝 packages/expo/tsconfig.json (+23 -23)
📝 packages/sso/package.json (+65 -65)
📝 packages/sso/tsconfig.json (+18 -18)
📝 packages/stripe/package.json (+1 -1)

...and 3 more files

📄 Description

I found some extra unused spaces in the package.json. So maybe we should enable formatter for json file


Summary by cubic

Standardized JSON formatting across the repo using Biome with 2-space indentation. Configures JSON formatting (including package.json) and reformats existing files; no runtime changes.

  • Refactors
    • Added Biome override for "*.json" with 2-space indent and included package.json files.
    • Reformatted JSON files across the repo (tsconfig, turbo.json, drizzle meta, etc.); whitespace-only changes.

🔄 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/4068 **Author:** [@himself65](https://github.com/himself65) **Created:** 8/18/2025 **Status:** ✅ Merged **Merged:** 8/18/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2025/08/18/fix-pkg` --- ### 📝 Commits (1) - [`551a94e`](https://github.com/better-auth/better-auth/commit/551a94e2442c0933611fa928ec43a8f26a4a2547) chore: lint json files ### 📊 Changes **23 files changed** (+829 additions, -823 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+27 -27) 📝 `biome.json` (+65 -59) 📝 `demo/nextjs/components.json` (+19 -19) 📝 `demo/nextjs/tsconfig.json` (+25 -25) 📝 `docs/components.json` (+19 -19) 📝 `docs/content/docs/meta.json` (+11 -11) 📝 `docs/tsconfig.json` (+28 -28) 📝 `integration-tests/bun/tsconfig.json` (+22 -22) 📝 `integration-tests/cloudflare/drizzle/meta/0000_snapshot.json` (+326 -326) 📝 `integration-tests/cloudflare/drizzle/meta/_journal.json` (+11 -11) 📝 `integration-tests/cloudflare/package.json` (+20 -20) 📝 `integration-tests/cloudflare/tsconfig.json` (+15 -15) 📝 `packages/better-auth/package.json` (+3 -3) 📝 `packages/better-auth/tsconfig.declarations.json` (+29 -29) 📝 `packages/better-auth/tsconfig.json` (+23 -23) 📝 `packages/expo/package.json` (+1 -1) 📝 `packages/expo/tsconfig.json` (+23 -23) 📝 `packages/sso/package.json` (+65 -65) 📝 `packages/sso/tsconfig.json` (+18 -18) 📝 `packages/stripe/package.json` (+1 -1) _...and 3 more files_ </details> ### 📄 Description I found some extra unused spaces in the package.json. So maybe we should enable formatter for json file <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Standardized JSON formatting across the repo using Biome with 2-space indentation. Configures JSON formatting (including package.json) and reformats existing files; no runtime changes. - **Refactors** - Added Biome override for "*.json" with 2-space indent and included package.json files. - Reformatted JSON files across the repo (tsconfig, turbo.json, drizzle meta, etc.); whitespace-only changes. <!-- 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 08:55:14 -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#13411