feat(eslint): Rule "no-catch-shadow"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
f5078c0767
commit
bdb1aa037f
@ -85,7 +85,7 @@
|
||||
- [ ] "no-buffer-constructor"
|
||||
- [ ] "no-caller"
|
||||
- [ ] "no-case-declarations"
|
||||
- [ ] "no-catch-shadow"
|
||||
- [X] "no-catch-shadow"
|
||||
- [ ] "no-class-assign"
|
||||
- [ ] "no-compare-neg-zero"
|
||||
- [ ] "no-cond-assign"
|
||||
|
@ -15,6 +15,9 @@
|
||||
"newline-before-return": [
|
||||
"off"
|
||||
],
|
||||
"no-catch-shadow": [
|
||||
"off"
|
||||
],
|
||||
"no-tabs": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user