Skip to content

Commit

Permalink
feat(typescript): add strict-boolean-expressions rule (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed May 31, 2024
1 parent 0e30119 commit c042620
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 @@ -43,6 +43,7 @@ export async function typescript(
'ts/no-unsafe-return': 'error',
'ts/restrict-plus-operands': 'error',
'ts/restrict-template-expressions': 'error',
'ts/strict-boolean-expressions': 'error',
'ts/unbound-method': 'error',
}

Expand Down

0 comments on commit c042620

Please sign in to comment.