Remove eslint-rule 'no-shadow' (common variable names should be able to exist in different scopes)
This commit is contained in:
parent
f67315e20c
commit
ce1d5a60d6
@ -8,6 +8,7 @@
|
||||
"globals": { "Plyr": false, "jQuery": false },
|
||||
"rules": {
|
||||
"no-const-assign": 1,
|
||||
"no-shadow": 0,
|
||||
"no-this-before-super": 1,
|
||||
"no-undef": 1,
|
||||
"no-unreachable": 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user