Skip to content

Commit 6d78629

Browse files
committed
style: allow no-async-promise-executor eslint rule
1 parent a1ecd10 commit 6d78629

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export const typescriptRules = {
2727
'@typescript-eslint/prefer-promise-reject-errors': 'off',
2828
'@typescript-eslint/restrict-template-expressions': 'off',
2929
'@typescript-eslint/unbound-method': 'off',
30-
'no-async-promise-executor': 'off',
3130
'no-case-declarations': 'off',
3231
'no-prototype-builtins': 'off',
3332
'preserve-caught-error': 'off',

0 commit comments

Comments
 (0)