From d99a9be783249bad78596926a134521d4ecd2da7 Mon Sep 17 00:00:00 2001 From: Thomas Sapelza Date: Tue, 1 Apr 2025 16:04:06 +0200 Subject: [PATCH] enable ESLint TS switch-exhaustiveness-check --- ts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ts.js b/ts.js index ee75f4a..a0ee180 100644 --- a/ts.js +++ b/ts.js @@ -61,6 +61,7 @@ module.exports = { 'error', 'type' ], + '@typescript-eslint/switch-exhaustiveness-check': 'error', 'import/order': [ 'error', {