summaryrefslogtreecommitdiff
path: root/.eslintrc.yml
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index 1e6df6f5a77..a764f749785 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -43,6 +43,18 @@ rules:
promise/always-return: off
promise/no-callback-in-promise: off
"@gitlab/no-global-event-off": error
+
+ # BEGIN eslint-plugin-vue@7 overrides
+ # TODO: Remove these rules as part of
+ # https://gitlab.com/groups/gitlab-org/-/epics/5142. These are setting
+ # various vue lint rules as they were in eslint-plugin-vue@6, or disabling
+ # new ones, to ease migration to v7, so violations of each can be fixed
+ # separately.
+ vue/no-mutating-props: off
+ vue/one-component-per-file: off
+ vue/no-lone-template: off
+ vue/component-definition-name-casing: off
+ # END eslint-plugin-vue@7 overrides
overrides:
- files:
- '**/spec/**/*'