Skip to content

Commit

Permalink
feat: exhaustive switch
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 10, 2022
1 parent 2fc3983 commit ba582e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ module.exports = {
avoidEscape: true,
},
],
'@typescript-eslint/switch-exhaustiveness-check': 'error',
'@typescript-eslint/type-annotation-spacing': 'error',
'@typescript-eslint/unified-signatures': 'error',
"no-shadow": "off",
Expand Down

0 comments on commit ba582e2

Please sign in to comment.