From ba582e28e24d8512040dc11d009459bbe00ff3b1 Mon Sep 17 00:00:00 2001 From: mshanemc Date: Fri, 10 Jun 2022 11:55:18 -0500 Subject: [PATCH] feat: exhaustive switch --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 5e534d5..2d77dc7 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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",