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.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index 794afe0cf32..f851e3b67e6 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -71,5 +71,7 @@ rules:
body: 1
## 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: https://eslint.org/docs/rules/no-restricted-globals
no-restricted-globals: off
+ ## no-multi-assign: https://eslint.org/docs/rules/no-multi-assign
+ no-multi-assign: off