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.
ts/promise-function-async
1 parent 5b31fc9 commit b6da46eCopy full SHA for b6da46e
src/configs/typescript.ts
@@ -54,6 +54,7 @@ export async function typescript(
54
'ts/no-unsafe-call': 'error',
55
'ts/no-unsafe-member-access': 'error',
56
'ts/no-unsafe-return': 'error',
57
+ 'ts/promise-function-async': 'error',
58
'ts/restrict-plus-operands': 'error',
59
'ts/restrict-template-expressions': 'error',
60
'ts/return-await': 'error',
0 commit comments