From 45b2937823e08da6e7786b262435889a8d6b19f4 Mon Sep 17 00:00:00 2001
From: Mark Florian <mflorian@gitlab.com>
Date: Mon, 15 Aug 2022 17:06:28 +0100
Subject: [PATCH] Remove redundant rule configuration

The `@gitlab/vue-prefer-dollar-scopedslots` rule was enabled by default
in `@gitlab/eslint-plugin@15.0.0` (see the [changelog][1]), and we
already depend on 16.0.0, so this can be removed.

Part of
https://gitlab.com/gitlab-org/frontend/eslint-plugin/-/issues/54.

[1]: https://gitlab.com/gitlab-org/frontend/eslint-plugin/-/blob/main/CHANGELOG.md#1500-2022-07-29
---
 .eslintrc.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.eslintrc.yml b/.eslintrc.yml
index 5e6755edaa56f..af2f1d8893846 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -53,7 +53,6 @@ rules:
       - '^$'
       - '^variables$'
       - 'attrs?$'
-  '@gitlab/vue-prefer-dollar-scopedslots': error
   no-param-reassign:
     - error
     - props: true
-- 
GitLab