Skip to content

Commit 5e35c7e

Browse files
authored
Use default for @typescript-eslint/promise-function-async (#38)
1 parent 2e16d51 commit 5e35c7e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

index.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -453,12 +453,7 @@ module.exports = {
453453
'@typescript-eslint/prefer-reduce-type-parameter': 'error',
454454
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
455455
'@typescript-eslint/prefer-ts-expect-error': 'error',
456-
'@typescript-eslint/promise-function-async': [
457-
'error',
458-
{
459-
allowAny: true
460-
}
461-
],
456+
'@typescript-eslint/promise-function-async': 'error',
462457
quotes: 'off',
463458
'@typescript-eslint/quotes': [
464459
'error',

0 commit comments

Comments
 (0)