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.
promise-function-async
1 parent 73a0128 commit e13134bCopy full SHA for e13134b
index.js
@@ -187,7 +187,10 @@ module.exports = {
187
// '@typescript-eslint/prefer-interface': 'error',
188
189
'@typescript-eslint/prefer-namespace-keyword': 'error',
190
- '@typescript-eslint/promise-function-async': 'error',
+
191
+ // Disabled because of https://github.com/typescript-eslint/typescript-eslint/issues/369
192
+ // '@typescript-eslint/promise-function-async': 'error',
193
194
'@typescript-eslint/restrict-plus-operands': 'error',
195
'@typescript-eslint/require-array-sort-compare': 'error',
196
'@typescript-eslint/type-annotation-spacing': 'error',
0 commit comments