Skip to content

Commit

Permalink
feat(typescript): add 'ts/promise-function-async' to type aware rule (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Jun 28, 2024
1 parent d22530f commit e7cd2bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export async function typescript(
'ts/no-unsafe-call': 'error',
'ts/no-unsafe-member-access': 'error',
'ts/no-unsafe-return': 'error',
'ts/promise-function-async': 'error',
'ts/restrict-plus-operands': 'error',
'ts/restrict-template-expressions': 'error',
'ts/return-await': 'error',
Expand Down

0 comments on commit e7cd2bf

Please sign in to comment.