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>2019-10-01 06:05:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-01 06:05:57 +0300
commitec60358d52be0dc99f52db94dc95209f1486eac9 (patch)
treeae697a01f32bf46443fcdbdefe9873caf62a18b3 /.eslintrc.yml
parentb38cf7ccdf8b7ca90bce587a1bf4765631733017 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index 8000bcd4361..e131d4c07d1 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -45,7 +45,6 @@ rules:
no-jquery/no-serialize: error
promise/always-return: off
promise/no-callback-in-promise: off
- promise/no-nesting: off
overrides:
files:
- '**/spec/**/*'