Skip to content

Commit 498cb76

Browse files
authoredJun 19, 2024··
feat(typescript): add 'ts/return-await' rule (#509)
1 parent 8f992fe commit 498cb76

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
@@ -48,6 +48,7 @@ export async function typescript(
4848
'ts/no-unsafe-return': 'error',
4949
'ts/restrict-plus-operands': 'error',
5050
'ts/restrict-template-expressions': 'error',
51+
'ts/return-await': 'error',
5152
'ts/strict-boolean-expressions': 'error',
5253
'ts/unbound-method': 'error',
5354
}

0 commit comments

Comments
 (0)
Please sign in to comment.