Skip to content

Commit

Permalink
Deleted 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 Feb 7, 2025
1 parent fff307a commit 2db74ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion minify.js/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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 2db74ca

Please sign in to comment.