Skip to content
代码片段 群组 项目
未验证 提交 45b29378 编辑于 作者: Mark Florian's avatar Mark Florian
浏览文件

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
上级 713ac3d6
No related branches found
No related tags found
无相关合并请求
...@@ -53,7 +53,6 @@ rules: ...@@ -53,7 +53,6 @@ rules:
- '^$' - '^$'
- '^variables$' - '^variables$'
- 'attrs?$' - 'attrs?$'
'@gitlab/vue-prefer-dollar-scopedslots': error
no-param-reassign: no-param-reassign:
- error - error
- props: true - props: true
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册