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-buffer-constructor"
|
||||||
- [ ] "no-caller"
|
- [ ] "no-caller"
|
||||||
- [ ] "no-case-declarations"
|
- [ ] "no-case-declarations"
|
||||||
- [ ] "no-catch-shadow"
|
- [X] "no-catch-shadow"
|
||||||
- [ ] "no-class-assign"
|
- [ ] "no-class-assign"
|
||||||
- [ ] "no-compare-neg-zero"
|
- [ ] "no-compare-neg-zero"
|
||||||
- [ ] "no-cond-assign"
|
- [ ] "no-cond-assign"
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
"newline-before-return": [
|
"newline-before-return": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
"no-catch-shadow": [
|
||||||
|
"off"
|
||||||
|
],
|
||||||
"no-tabs": [
|
"no-tabs": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user