[PR #7336] [MERGED] chore: fix lint warnings #15486

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

📋 Pull Request Information

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

Base: canaryHead: himself65/2026/01/13/no-warnings


📝 Commits (1)

📊 Changes

3 files changed (+3 additions, -3 deletions)

View changed files

📝 package.json (+1 -1)
📝 packages/cli/src/commands/mcp.ts (+1 -1)
📝 packages/mcp/src/lib/templates/features.ts (+1 -1)

📄 Description

Summary by cubic

Enforces Biome lint warnings as errors and clears existing warnings. CI will now fail on any new warnings.

  • Refactors
    • Update lint script to use: biome check . --error-on-warnings
    • Prefix unused internals to satisfy lint: installMcpServers → _installMcpServers; KNOWN_SOCIAL_PROVIDERS → _KNOWN_SOCIAL_PROVIDERS

Written for commit 87048a143b. 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/7336 **Author:** [@himself65](https://github.com/himself65) **Created:** 1/13/2026 **Status:** ✅ Merged **Merged:** 1/13/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2026/01/13/no-warnings` --- ### 📝 Commits (1) - [`87048a1`](https://github.com/better-auth/better-auth/commit/87048a143b9e4aeaed97f62df81eb673ef062cb0) chore: fix lint warnings ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `packages/cli/src/commands/mcp.ts` (+1 -1) 📝 `packages/mcp/src/lib/templates/features.ts` (+1 -1) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Enforces Biome lint warnings as errors and clears existing warnings. CI will now fail on any new warnings. - **Refactors** - Update lint script to use: biome check . --error-on-warnings - Prefix unused internals to satisfy lint: installMcpServers → _installMcpServers; KNOWN_SOCIAL_PROVIDERS → _KNOWN_SOCIAL_PROVIDERS <sup>Written for commit 87048a143b9e4aeaed97f62df81eb673ef062cb0. 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 10:03: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#15486