Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index ef8ae69cd0a..486e9b0195e 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -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