From b35b9ac7e2fd4a707ea9291eb57769c690403b4c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 19 Sep 2019 21:06:29 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .eslintrc.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.eslintrc.yml') diff --git a/.eslintrc.yml b/.eslintrc.yml index 70a71baa590..59eec634e8b 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -10,6 +10,7 @@ plugins: - import - "@gitlab/i18n" - "@gitlab/vue-i18n" + - no-jquery settings: import/resolver: webpack: @@ -36,6 +37,11 @@ rules: vue/no-use-v-if-with-v-for: off vue/no-v-html: off vue/use-v-on-exact: off + no-jquery/no-ajax: error + no-jquery/no-ajax-events: error + no-jquery/no-load: error + no-jquery/no-load-shorthand: error + no-jquery/no-serialize: error overrides: files: - '**/spec/**/*' -- cgit v1.2.3