aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index a22ca42..dc80bcf 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -59,6 +59,7 @@
"no-implied-eval": "off",
"@typescript-eslint/no-implied-eval": ["error"],
"deprecation/deprecation": "warn",
- "@typescript-eslint/explicit-member-accessibility": ["warn", { "accessibility": "explicit" }]
+ "@typescript-eslint/explicit-member-accessibility": ["warn", { "accessibility": "explicit" }],
+ "@typescript-eslint/switch-exhaustiveness-check": "warn"
}
}