Skip to content

Commit e7cd2bf

Browse files
authoredJun 28, 2024
feat(typescript): add 'ts/promise-function-async' to type aware rule (#511)
1 parent d22530f commit e7cd2bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/configs/typescript.ts

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export async function typescript(
4646
'ts/no-unsafe-call': 'error',
4747
'ts/no-unsafe-member-access': 'error',
4848
'ts/no-unsafe-return': 'error',
49+
'ts/promise-function-async': 'error',
4950
'ts/restrict-plus-operands': 'error',
5051
'ts/restrict-template-expressions': 'error',
5152
'ts/return-await': 'error',

0 commit comments

Comments
 (0)