Skip to content

Commit dbf56f4

Browse files
committed
Removed disabling of no-async-promise-executor ↞ [auto-sync from https://github.com/adamlui/autoclear-chatgpt-history]
1 parent 04b309d commit dbf56f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoclear-chatgpt-history/eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export default [
2828
'js-styles/no-extra-semi': 'error', // disallow unnecessary semicolons
2929
'quotes': ['error', 'single', { 'allowTemplateLiterals': true }], // enforce single quotes except backticks to avoid escaping quotes
3030
'comma-dangle': ['error', 'never'], // enforce no trailing commas in arrays or objects
31-
'no-async-promise-executor': 'off', // allow promise executor functions to be async (to accomodate await lines)
3231
'no-constant-condition': 'off', // allow constant conditions
3332
'no-empty': 'off', // allow empty blocks
3433
'no-inner-declarations': 'off', // allow function declarations anywhere

0 commit comments

Comments
 (0)