[automated] Apply ESLint and Prettier fixes

This commit is contained in:
GitHub Action
2025-12-01 22:10:56 +00:00
parent 6031e6ccf2
commit 5a71450b85
5 changed files with 5 additions and 5 deletions

View File

@@ -36,4 +36,4 @@ export function showConfirmDialog(options: ConfirmDialogOptions = {}) {
}
}
})
}
}

View File

@@ -56,4 +56,4 @@ export function useFeatureFlags() {
flags: readonly(flags),
featureFlag
}
}
}

View File

@@ -405,4 +405,4 @@ function createAssetService() {
}
}
export const assetService = createAssetService()
export const assetService = createAssetService()

View File

@@ -600,4 +600,4 @@ export const useDialogService = () => {
showLayoutDialog,
showNodeConflictDialog
}
}
}

View File

@@ -283,4 +283,4 @@ export const useDialogStore = defineStore('dialog', () => {
isDialogOpen,
activeKey
}
})
})