Commit 0692be4c authored by Lukas Eipert's avatar Lukas Eipert

disable no-restricted-globals

parent ee9974b6
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment