diff options
Diffstat (limited to 'src/rules')
-rw-r--r-- | src/rules/eslint.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json index 1c3919d..b1439c2 100644 --- a/src/rules/eslint.json +++ b/src/rules/eslint.json @@ -15,6 +15,9 @@ "newline-before-return": [ "off" ], + "no-catch-shadow": [ + "off" + ], "no-tabs": [ "error", { |