disable no-restricted-globals

This commit is contained in:
Lukas Eipert 2018-05-28 11:23:16 +02:00
parent ee9974b6d1
commit 0692be4c3b
No known key found for this signature in database
GPG key ID: 148BEA37CB35B2AC

View file

@ -57,3 +57,5 @@ rules:
# Disabled for now, to make the eslint 3 -> eslint 4 update smoother # Disabled for now, to make the eslint 3 -> eslint 4 update smoother
## Destructuring: https://eslint.org/docs/rules/prefer-destructuring ## Destructuring: https://eslint.org/docs/rules/prefer-destructuring
prefer-destructuring: off prefer-destructuring: off
## no-restricted-globals: https://eslint.org/docs/3.0.0/rules/no-restricted-globals
no-restricted-globals: off