Skip to content

Commit 02a7a5e

Browse files
committed
feat(typescript): add ts/return-await rule
1 parent ba6ceb4 commit 02a7a5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/typescript.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export async function typescript(
5656
'ts/no-unsafe-return': 'error',
5757
'ts/restrict-plus-operands': 'error',
5858
'ts/restrict-template-expressions': 'error',
59+
'ts/return-await': 'error',
5960
'ts/strict-boolean-expressions': 'error',
6061
'ts/unbound-method': 'error',
6162
}

0 commit comments

Comments
 (0)