Skip to content

Commit d99a9be

Browse files
authored
enable ESLint TS switch-exhaustiveness-check
1 parent edd04ca commit d99a9be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ module.exports = {
6161
'error',
6262
'type'
6363
],
64+
'@typescript-eslint/switch-exhaustiveness-check': 'error',
6465
'import/order': [
6566
'error',
6667
{

0 commit comments

Comments
 (0)