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.
@typescript-eslint/promise-function-async
1 parent 2e16d51 commit 5e35c7eCopy full SHA for 5e35c7e
index.js
@@ -453,12 +453,7 @@ module.exports = {
453
'@typescript-eslint/prefer-reduce-type-parameter': 'error',
454
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
455
'@typescript-eslint/prefer-ts-expect-error': 'error',
456
- '@typescript-eslint/promise-function-async': [
457
- 'error',
458
- {
459
- allowAny: true
460
- }
461
- ],
+ '@typescript-eslint/promise-function-async': 'error',
462
quotes: 'off',
463
'@typescript-eslint/quotes': [
464
'error',
0 commit comments