summaryrefslogtreecommitdiff
path: root/.eslintrc.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-23 00:08:21 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-23 00:08:21 +0000
commitaaaa556ce9df9c3a8644f294f8ef6f0323b91e4e (patch)
tree8a8ceef49f6026754c87e56252778cb4e1c27e1e /.eslintrc.yml
parente53eae82b097308623e77a69f8cc3138cca3cf68 (diff)
downloadgitlab-ce-aaaa556ce9df9c3a8644f294f8ef6f0323b91e4e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index 906eeaeeccf..fc46ef3a064 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -117,10 +117,6 @@ rules:
message: 'Migrate to GlSkeletonLoader, or import GlDeprecatedSkeletonLoading.'
- selector: ImportSpecifier[imported.name='GlSafeHtmlDirective']
message: 'Use directive at ~/vue_shared/directives/safe_html.js instead.'
- # TODO: Remove this rule once GitLab UI no longer exports the deprecated alias.
- # See https://gitlab.com/gitlab-org/gitlab/-/issues/382424.
- - selector: ImportSpecifier[imported.name='GlListbox']
- message: 'Import GlCollapsibleListbox instead. The GlListbox name is deprecated.'
# See https://gitlab.com/gitlab-org/gitlab/-/issues/360551
vue/multi-word-component-names: off
unicorn/prefer-dom-node-dataset: