Skip to content

Commit e13134b

Browse files
committed
Disable the promise-function-async rule temporarily
1 parent 73a0128 commit e13134b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,10 @@ module.exports = {
187187
// '@typescript-eslint/prefer-interface': 'error',
188188

189189
'@typescript-eslint/prefer-namespace-keyword': 'error',
190-
'@typescript-eslint/promise-function-async': 'error',
190+
191+
// Disabled because of https://github.com/typescript-eslint/typescript-eslint/issues/369
192+
// '@typescript-eslint/promise-function-async': 'error',
193+
191194
'@typescript-eslint/restrict-plus-operands': 'error',
192195
'@typescript-eslint/require-array-sort-compare': 'error',
193196
'@typescript-eslint/type-annotation-spacing': 'error',

0 commit comments

Comments
 (0)