We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f387e commit 92a1ae1Copy full SHA for 92a1ae1
docs/rules/no-duplicate-attributes.md
@@ -31,7 +31,7 @@ This rule reports duplicate attributes.
31
`allowCoexistStyle` - Enables [`v-bind:style`] directive can coexist with the plain `style` attribute.
32
33
```
34
-'vue/name-property-casing': [2, {
+'vue/no-duplicate-attributes': [2, {
35
allowCoexistClass: Boolean // default: true
36
allowCoexistStyle: Boolean, // default: true
37
}]
0 commit comments