Skip to content

Commit c042620

Browse files
authoredMay 31, 2024··
feat(typescript): add strict-boolean-expressions rule (#490)
1 parent 0e30119 commit c042620

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
@@ -43,6 +43,7 @@ export async function typescript(
4343
'ts/no-unsafe-return': 'error',
4444
'ts/restrict-plus-operands': 'error',
4545
'ts/restrict-template-expressions': 'error',
46+
'ts/strict-boolean-expressions': 'error',
4647
'ts/unbound-method': 'error',
4748
}
4849

0 commit comments

Comments
 (0)
Please sign in to comment.