Merge pull request #2187 from Marukome0743/v2

chore: upgrade to Biome v2
This commit is contained in:
Mauricio Siu
2025-07-20 19:41:49 -06:00
committed by GitHub
6 changed files with 71 additions and 64 deletions

View File

@@ -96,10 +96,7 @@ type SingleNavItem = {
title: string;
url: string;
icon?: LucideIcon;
isEnabled?: (opts: {
auth?: AuthQueryOutput;
isCloud: boolean;
}) => boolean;
isEnabled?: (opts: { auth?: AuthQueryOutput; isCloud: boolean }) => boolean;
};
// NavItem type
@@ -125,10 +122,7 @@ type ExternalLink = {
name: string;
url: string;
icon: React.ComponentType<{ className?: string }>;
isEnabled?: (opts: {
auth?: AuthQueryOutput;
isCloud: boolean;
}) => boolean;
isEnabled?: (opts: { auth?: AuthQueryOutput; isCloud: boolean }) => boolean;
};
// Menu type

View File

@@ -198,6 +198,8 @@
]
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
"extends": [
"@commitlint/config-conventional"
]
}
}

View File

@@ -13,10 +13,7 @@ declare global {
baseDomain?: string;
};
chatwootSDK?: {
run: (config: {
websiteToken: string;
baseUrl: string;
}) => void;
run: (config: { websiteToken: string; baseUrl: string }) => void;
};
$chatwoot?: {
setUser: (