[PR #5556] [MERGED] chore: lint enable organize import #14328

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5556
Author: @himself65
Created: 10/24/2025
Status: Merged
Merged: 10/24/2025
Merged by: @himself65

Base: canaryHead: himself65/2025/10/24/sort


📝 Commits (1)

  • c31ea59 chore: lint enable organize import

📊 Changes

554 files changed (+2208 additions, -2161 deletions)

View changed files

📝 biome.json (+1 -1)
📝 demo/expo-example/src/app/_layout.tsx (+1 -2)
📝 demo/expo-example/src/app/dashboard.tsx (+5 -5)
📝 demo/expo-example/src/app/forget-password.tsx (+4 -4)
📝 demo/expo-example/src/app/index.tsx (+6 -6)
📝 demo/expo-example/src/app/sign-up.tsx (+3 -4)
📝 demo/expo-example/src/components/ui/button.tsx (+1 -1)
📝 demo/expo-example/src/components/ui/card.tsx (+1 -1)
📝 demo/expo-example/src/lib/auth-client.ts (+1 -1)
📝 demo/expo-example/src/lib/auth.ts (+1 -1)
📝 demo/expo-example/src/lib/icons/X.tsx (+1 -0)
📝 demo/nextjs/app/(auth)/forget-password/page.tsx (+3 -3)
📝 demo/nextjs/app/(auth)/reset-password/page.tsx (+4 -4)
📝 demo/nextjs/app/(auth)/sign-in/page.tsx (+3 -3)
📝 demo/nextjs/app/(auth)/two-factor/otp/page.tsx (+3 -3)
📝 demo/nextjs/app/(auth)/two-factor/page.tsx (+3 -3)
📝 demo/nextjs/app/accept-invitation/[id]/invitation-error.tsx (+6 -6)
📝 demo/nextjs/app/accept-invitation/[id]/page.tsx (+3 -3)
📝 demo/nextjs/app/admin/page.tsx (+27 -27)
📝 demo/nextjs/app/api/auth/[...all]/route.ts (+1 -1)

...and 80 more files

📄 Description

Summary by cubic

Enable Biome’s organizeImports and apply automatic import sorting across the repo to standardize style and remove redundant imports. No functional changes.

  • Refactors
    • Enabled assist.actions.source.organizeImports in biome.json.
    • Auto-sorted/grouped imports, merged duplicates, and normalized type imports across Expo/Next.js demos, stateless app, and docs.

🔄 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/5556 **Author:** [@himself65](https://github.com/himself65) **Created:** 10/24/2025 **Status:** ✅ Merged **Merged:** 10/24/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2025/10/24/sort` --- ### 📝 Commits (1) - [`c31ea59`](https://github.com/better-auth/better-auth/commit/c31ea5953ccacee9530eb4d10008e7c3d4f6ff12) chore: lint enable organize import ### 📊 Changes **554 files changed** (+2208 additions, -2161 deletions) <details> <summary>View changed files</summary> 📝 `biome.json` (+1 -1) 📝 `demo/expo-example/src/app/_layout.tsx` (+1 -2) 📝 `demo/expo-example/src/app/dashboard.tsx` (+5 -5) 📝 `demo/expo-example/src/app/forget-password.tsx` (+4 -4) 📝 `demo/expo-example/src/app/index.tsx` (+6 -6) 📝 `demo/expo-example/src/app/sign-up.tsx` (+3 -4) 📝 `demo/expo-example/src/components/ui/button.tsx` (+1 -1) 📝 `demo/expo-example/src/components/ui/card.tsx` (+1 -1) 📝 `demo/expo-example/src/lib/auth-client.ts` (+1 -1) 📝 `demo/expo-example/src/lib/auth.ts` (+1 -1) 📝 `demo/expo-example/src/lib/icons/X.tsx` (+1 -0) 📝 `demo/nextjs/app/(auth)/forget-password/page.tsx` (+3 -3) 📝 `demo/nextjs/app/(auth)/reset-password/page.tsx` (+4 -4) 📝 `demo/nextjs/app/(auth)/sign-in/page.tsx` (+3 -3) 📝 `demo/nextjs/app/(auth)/two-factor/otp/page.tsx` (+3 -3) 📝 `demo/nextjs/app/(auth)/two-factor/page.tsx` (+3 -3) 📝 `demo/nextjs/app/accept-invitation/[id]/invitation-error.tsx` (+6 -6) 📝 `demo/nextjs/app/accept-invitation/[id]/page.tsx` (+3 -3) 📝 `demo/nextjs/app/admin/page.tsx` (+27 -27) 📝 `demo/nextjs/app/api/auth/[...all]/route.ts` (+1 -1) _...and 80 more files_ </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Enable Biome’s organizeImports and apply automatic import sorting across the repo to standardize style and remove redundant imports. No functional changes. - **Refactors** - Enabled assist.actions.source.organizeImports in biome.json. - Auto-sorted/grouped imports, merged duplicates, and normalized type imports across Expo/Next.js demos, stateless app, and docs. <!-- 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:25:12 -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#14328