We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ts/switch-exhaustiveness-check
1 parent 02a7a5e commit 4073214Copy full SHA for 4073214
src/configs/typescript.ts
@@ -58,6 +58,7 @@ export async function typescript(
58
'ts/restrict-template-expressions': 'error',
59
'ts/return-await': 'error',
60
'ts/strict-boolean-expressions': 'error',
61
+ 'ts/switch-exhaustiveness-check': 'error',
62
'ts/unbound-method': 'error',
63
}
64
0 commit comments