We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ecd10 commit 6d78629Copy full SHA for 6d78629
1 file changed
eslint.config.mjs
@@ -27,7 +27,6 @@ export const typescriptRules = {
27
'@typescript-eslint/prefer-promise-reject-errors': 'off',
28
'@typescript-eslint/restrict-template-expressions': 'off',
29
'@typescript-eslint/unbound-method': 'off',
30
- 'no-async-promise-executor': 'off',
31
'no-case-declarations': 'off',
32
'no-prototype-builtins': 'off',
33
'preserve-caught-error': 'off',
0 commit comments