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>2022-05-03 21:07:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-03 21:07:53 +0300
commit8bdfdd49b38f822462ca25e1e6f4a25d40dedb85 (patch)
treecfb5845be863f67bdd61ab76a5271a560ebda999 /.eslintrc.yml
parent62098c11d130722cca6d4864b3a5257bc3fa8fa1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index 3a08547c53d..d29af93319e 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -38,6 +38,15 @@ rules:
promise/always-return: off
promise/no-callback-in-promise: off
'@gitlab/no-global-event-off': error
+ '@gitlab/vue-no-new-non-primitive-in-template':
+ - error
+ - allowNames:
+ - 'class(es)?$'
+ - '^style$'
+ - '^to$'
+ - '^$'
+ - '^variables$'
+ - 'attrs?$'
no-param-reassign:
- error
- props: true