feat(eslint): Rule "no-catch-shadow"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-13 14:50:22 +04:00
parent f5078c0767
commit bdb1aa037f
2 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,9 @@
"newline-before-return": [
"off"
],
"no-catch-shadow": [
"off"
],
"no-tabs": [
"error",
{