summaryrefslogtreecommitdiff
path: root/.eslintrc.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-01 12:08:08 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-01 12:08:08 +0000
commit2828f81d2a41f46b89e13dc057b982f27aeee547 (patch)
tree742120cc334d018efe38a3974fd59a67869acc6d /.eslintrc.yml
parent4def415fbf45e0693b17ea418d378d62ab03a146 (diff)
downloadgitlab-ce-2828f81d2a41f46b89e13dc057b982f27aeee547.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index 7505d864e6f..1c621d17bb2 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -122,6 +122,8 @@ overrides:
rules:
'@gitlab/require-i18n-strings': off
'@gitlab/no-runtime-template-compiler': off
+ 'import/no-dynamic-require': off
+ 'no-import-assign': off
'no-restricted-syntax':
- error
- selector: CallExpression[callee.object.name=/(wrapper|vm)/][callee.property.name="setData"]