We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22530f commit e7cd2bfCopy full SHA for e7cd2bf
src/configs/typescript.ts
@@ -46,6 +46,7 @@ export async function typescript(
46
'ts/no-unsafe-call': 'error',
47
'ts/no-unsafe-member-access': 'error',
48
'ts/no-unsafe-return': 'error',
49
+ 'ts/promise-function-async': 'error',
50
'ts/restrict-plus-operands': 'error',
51
'ts/restrict-template-expressions': 'error',
52
'ts/return-await': 'error',
0 commit comments