mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 15:42:09 -05:00
chore: fix lint warnings
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"format": "biome format . --write",
|
||||
"format:md": "remark . --output --quiet",
|
||||
"format:check": "remark . --quiet --frail",
|
||||
"lint": "biome check .",
|
||||
"lint": "biome check . --error-on-warnings",
|
||||
"lint:dependencies": "knip --strict",
|
||||
"lint:fix": "biome check . --fix --unsafe",
|
||||
"lint:spell": "cspell . --color",
|
||||
|
||||
@@ -36,7 +36,7 @@ async function mcpAction(options: MCPOptions) {
|
||||
}
|
||||
}
|
||||
|
||||
async function installMcpServers(
|
||||
async function _installMcpServers(
|
||||
client: "cursor" | "claude-code" | "open-code" | "manual" | string,
|
||||
installLocal: boolean = true,
|
||||
installRemote: boolean = true,
|
||||
|
||||
@@ -28,7 +28,7 @@ export function getSocialProviderEnvVars(provider: string): EnvVar[] {
|
||||
];
|
||||
}
|
||||
|
||||
const KNOWN_SOCIAL_PROVIDERS = [
|
||||
const _KNOWN_SOCIAL_PROVIDERS = [
|
||||
"google",
|
||||
"github",
|
||||
"apple",
|
||||
|
||||
Reference in New Issue
Block a user