Skip to content

Commit

Permalink
Removed disabling of no-async-promise-executor ↞ [auto-sync from ht…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Jan 28, 2025
1 parent 2e2b7c0 commit bec2c36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion googlegpt/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default [
'quotes': ['error', 'single', // enforce single quotes...
{ 'allowTemplateLiterals': true }], // ...except backticks to avoid escaping quotes
'comma-dangle': ['error', 'never'], // enforce no trailing commas in arrays or objects
'no-async-promise-executor': 'off', // allow promise executor functions to be async (to accommodate await lines)
'no-constant-condition': 'off', // allow constant conditions
'no-empty': 'off', // allow empty blocks
'no-inner-declarations': 'off', // allow function declarations anywhere
Expand Down

0 comments on commit bec2c36

Please # to comment.