Skip to content

Commit 61270ae

Browse files
committed
Removed disabling of no-async-promise-executor ↞ [auto-sync from https://github.com/KudoAI/bravegpt]
1 parent aede599 commit 61270ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bravegpt/eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export default [
3333
'quotes': ['error', 'single', // enforce single quotes...
3434
{ 'allowTemplateLiterals': true }], // ...except backticks to avoid escaping quotes
3535
'comma-dangle': ['error', 'never'], // enforce no trailing commas in arrays or objects
36-
'no-async-promise-executor': 'off', // allow promise executor functions to be async (to accomodate await lines)
3736
'no-constant-condition': 'off', // allow constant conditions
3837
'no-empty': 'off', // allow empty blocks
3938
'no-inner-declarations': 'off', // allow function declarations anywhere

0 commit comments

Comments
 (0)