Skip to content

Commit 2ace08b

Browse files
committed
Removed disabling of no-async-promise-executor ↞ [auto-sync from https://github.com/adamlui/phind-omnibox]
1 parent 44a45b2 commit 2ace08b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

phind-omnibox/eslint.config.mjs

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

0 commit comments

Comments
 (0)