Skip to content

Commit d5586bd

Browse files
committed
Add switch exhaustiveness check
1 parent ec90739 commit d5586bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ module.exports = {
1919
allowString: true,
2020
},
2121
],
22+
'@typescript-eslint/switch-exhaustiveness-check': 'error',
2223
'comma-dangle': [
2324
'error',
2425
'always-multiline',

0 commit comments

Comments
 (0)