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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-08 21:09:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-08 21:09:55 +0300
commitc0c1433fa5a9f31c8eb4292d13de744aa74e9e83 (patch)
treed3d0092f22ceca3d97bf5d882081b1fa70524911 /.eslintrc.yml
parent2e4dcef627009fa11836f6f624e7313843cb4a38 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index a505adaeb79..0cd1e7c5ec9 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -45,8 +45,6 @@ rules:
no-jquery/no-serialize: error
promise/always-return: off
promise/no-callback-in-promise: off
- # Make update to eslint@6 smoother:
- prefer-object-spread: off
overrides:
- files:
- '**/spec/**/*'