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 04b309d commit dbf56f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoclear-chatgpt-history/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default [
'js-styles/no-extra-semi': 'error', // disallow unnecessary semicolons
'quotes': ['error', 'single', { 'allowTemplateLiterals': true }], // enforce single quotes 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 dbf56f4

Please sign in to comment.