chore(lint): enable no-promise-executor-return

This commit is contained in:
Peter Steinberger
2026-05-31 23:06:03 +01:00
parent 48afba96a3
commit 22cb7fb6b7
375 changed files with 2134 additions and 884 deletions
+3 -1
View File
@@ -420,7 +420,9 @@ async function runNewAppFlow(params: {
// ----- Apply credentials & security policy -----
const configProgress = prompter.progress(t("wizard.feishu.configuring"));
await new Promise((resolve) => setTimeout(resolve, 50));
await new Promise((resolve) => {
setTimeout(resolve, 50);
});
if (appId && appSecret) {
next = patchFeishuConfig(next, targetAccountId, {