Skip to content

Commit 4073214

Browse files
committedJul 2, 2024
feat(typescript): add ts/switch-exhaustiveness-check rule
1 parent 02a7a5e commit 4073214

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
@@ -58,6 +58,7 @@ export async function typescript(
5858
'ts/restrict-template-expressions': 'error',
5959
'ts/return-await': 'error',
6060
'ts/strict-boolean-expressions': 'error',
61+
'ts/switch-exhaustiveness-check': 'error',
6162
'ts/unbound-method': 'error',
6263
}
6364

0 commit comments

Comments
 (0)