Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1ac1259

Browse files
Version Packages
1 parent917787c commit1ac1259

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

‎.changeset/ten-lines-fail.md‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#eslint-plugin-vue
22

3+
##10.6.0
4+
5+
###Minor Changes
6+
7+
- Added new[`vue/no-duplicate-class-names`](https://eslint.vuejs.org/rules/no-duplicate-class-names.html) rule ([#2934](https://github.com/vuejs/eslint-plugin-vue/pull/2934))
8+
39
##10.5.1
410

511
###Patch Changes

‎docs/rules/no-duplicate-class-names.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ pageClass: rule-details
33
sidebarDepth:0
44
title:vue/no-duplicate-class-names
55
description:disallow duplication of class names in class attributes
6+
since:v10.6.0
67
---
78

89
#vue/no-duplicate-class-names
910

1011
>disallow duplication of class names in class attributes
1112
12-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error">_**This rule has not been released yet.**_ </badge>
1313
-:wrench: The`--fix` option on the[command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule.
1414

1515
##:book: Rule Details
@@ -51,6 +51,10 @@ This rule prevents the same class name from appearing multiple times within the
5151

5252
Nothing.
5353

54+
##:rocket: Version
55+
56+
This rule was introduced in eslint-plugin-vue v10.6.0
57+
5458
##:mag: Implementation
5559

5660
-[Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-duplicate-class-names.js)

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"eslint-plugin-vue",
3-
"version":"10.5.1",
3+
"version":"10.6.0",
44
"description":"Official ESLint plugin for Vue.js",
55
"main":"lib/index.js",
66
"types":"lib/index.d.ts",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp