Skip to content

Commit

Permalink
Removed disabling of no-async-promise-executor
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Jan 28, 2025
1 parent 656ae94 commit a4083d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 accomodate 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 a4083d5

Please sign in to comment.