Skip to content

Commit 33c6327

Browse files
authoredJun 19, 2024··
feat(typescript): add ts/switch-exhaustiveness-check rule (#508)
1 parent 498cb76 commit 33c6327

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
@@ -50,6 +50,7 @@ export async function typescript(
5050
'ts/restrict-template-expressions': 'error',
5151
'ts/return-await': 'error',
5252
'ts/strict-boolean-expressions': 'error',
53+
'ts/switch-exhaustiveness-check': 'error',
5354
'ts/unbound-method': 'error',
5455
}
5556

0 commit comments

Comments
 (0)
Please sign in to comment.