disable no-restricted-globals
This commit is contained in:
parent
ee9974b6d1
commit
0692be4c3b
1 changed files with 2 additions and 0 deletions
|
@ -57,3 +57,5 @@ rules:
|
|||
# Disabled for now, to make the eslint 3 -> eslint 4 update smoother
|
||||
## Destructuring: https://eslint.org/docs/rules/prefer-destructuring
|
||||
prefer-destructuring: off
|
||||
## no-restricted-globals: https://eslint.org/docs/3.0.0/rules/no-restricted-globals
|
||||
no-restricted-globals: off
|
||||
|
|
Loading…
Reference in a new issue