You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/no-duplicate-class-names.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ pageClass: rule-details
3
3
sidebarDepth: 0
4
4
title: vue/no-duplicate-class-names
5
5
description: disallow duplication of class names in class attributes
6
+
since: v10.6.0
6
7
---
7
8
8
9
# vue/no-duplicate-class-names
9
10
10
11
> disallow duplication of class names in class attributes
11
12
12
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> _**This rule has not been released yet.**_ </badge>
13
13
-: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.
14
14
15
15
## :book: Rule Details
@@ -51,6 +51,10 @@ This rule prevents the same class name from appearing multiple times within the
51
51
52
52
Nothing.
53
53
54
+
## :rocket: Version
55
+
56
+
This rule was introduced in eslint-plugin-vue v10.6.0
0 commit comments