summaryrefslogtreecommitdiff
path: root/.eslintrc.yml
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index 59eec634e8b..70a71baa590 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -10,7 +10,6 @@ plugins:
- import
- "@gitlab/i18n"
- "@gitlab/vue-i18n"
- - no-jquery
settings:
import/resolver:
webpack:
@@ -37,11 +36,6 @@ 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/**/*'