Skip to content

Commit 484deea

Browse files
committed
feat(typescript): enable strict-boolean-expressions rule
1 parent b15489b commit 484deea

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
@@ -51,6 +51,7 @@ export async function typescript(
5151
'ts/no-unsafe-return': 'error',
5252
'ts/restrict-plus-operands': 'error',
5353
'ts/restrict-template-expressions': 'error',
54+
'ts/strict-boolean-expressions': 'error',
5455
'ts/unbound-method': 'error',
5556
}
5657

0 commit comments

Comments
 (0)