summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rules/default.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rules/default.json b/src/rules/default.json
index d3b3cb1..0621268 100644
--- a/src/rules/default.json
+++ b/src/rules/default.json
@@ -197,6 +197,12 @@
"no-debugger": [
"warn"
],
+ "no-empty": [
+ "warn",
+ {
+ "allowEmptyCatch": false
+ }
+ ],
"no-eval": [
"error",
{