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-01-21 17:21:10 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-21 17:21:10 +0300
commitcb0d23c455b73486fd1015f8ca9479b5b7e3585d (patch)
treed7dc129a407fd74266d2dc561bebf24665197c2f /.eslintrc.yml
parentc3e911be175c0aabfea1eb030f9e0ef23f5f3887 (diff)
Add latest changes from gitlab-org/gitlab@12-7-stable-ee
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index a8cbd9731a3..07542c42891 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -42,17 +42,13 @@ rules:
lines-between-class-members: off
# Disabled for now, to make the plugin-vue 4.5 -> 5.0 update smoother
vue/no-confusing-v-for-v-if: error
- vue/no-unused-components: off
vue/no-use-v-if-with-v-for: off
vue/no-v-html: off
vue/use-v-on-exact: off
- no-jquery/no-animate: off
# all offenses of no-jquery/no-animate-toggle are false positives ( $toast.show() )
no-jquery/no-animate-toggle: off
no-jquery/no-event-shorthand: off
- no-jquery/no-fade: off
no-jquery/no-serialize: error
- no-jquery/no-sizzle: off
promise/always-return: off
promise/no-callback-in-promise: off
overrides: