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",