mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-02 12:19:35 +00:00
chore(format): apply prettier fixes for validate gate
This commit is contained in:
@@ -25,10 +25,7 @@ interface ShellCompletionInstallResult {
|
||||
}
|
||||
|
||||
interface ShellCompletionInstallerLike {
|
||||
install(
|
||||
shell: ShellTarget,
|
||||
options: { force: boolean }
|
||||
): ShellCompletionInstallResult;
|
||||
install(shell: ShellTarget, options: { force: boolean }): ShellCompletionInstallResult;
|
||||
}
|
||||
|
||||
export function parseShellCompletionArgs(args: string[]): ShellCompletionParsedArgs {
|
||||
|
||||
@@ -94,9 +94,8 @@ export async function runImageAnalysisCheck(results: HealthCheck): Promise<void>
|
||||
* Fix image analysis configuration issues
|
||||
*/
|
||||
export async function fixImageAnalysisConfig(): Promise<boolean> {
|
||||
const { updateUnifiedConfig, loadOrCreateUnifiedConfig } = await import(
|
||||
'../../config/unified-config-loader'
|
||||
);
|
||||
const { updateUnifiedConfig, loadOrCreateUnifiedConfig } =
|
||||
await import('../../config/unified-config-loader');
|
||||
|
||||
const config = loadOrCreateUnifiedConfig();
|
||||
let fixed = false;
|
||||
|
||||
Reference in New Issue
Block a user