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

Commit 92a1ae1

Browse files
tyllomichalsnik
authored andcommitted
Fix typo in docs no-duplicate-attributes (#198)
1 parent 94f387e commit 92a1ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/rules/no-duplicate-attributes.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This rule reports duplicate attributes.
3131
`allowCoexistStyle` - Enables [`v-bind:style`] directive can coexist with the plain `style` attribute.
3232

3333
```
34-
'vue/name-property-casing': [2, {
34+
'vue/no-duplicate-attributes': [2, {
3535
allowCoexistClass: Boolean // default: true
3636
allowCoexistStyle: Boolean, // default: true
3737
}]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /