We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antfu
Learn more about funding links in repositories.
Report abuse
ts/switch-exhaustiveness-check
1 parent 498cb76 commit 33c6327Copy full SHA for 33c6327
src/configs/typescript.ts
@@ -50,6 +50,7 @@ export async function typescript(
50
'ts/restrict-template-expressions': 'error',
51
'ts/return-await': 'error',
52
'ts/strict-boolean-expressions': 'error',
53
+ 'ts/switch-exhaustiveness-check': 'error',
54
'ts/unbound-method': 'error',
55
}
56
0 commit comments