We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79fabf8 commit b617e71Copy full SHA for b617e71
docs/rules/new-line-between-multi-line-property.md
@@ -77,7 +77,7 @@ export default {
77
78
```json
79
{
80
- "vue/new-line-between-multiline-property": ["error", {
+ "vue/new-line-between-multi-line-property": ["error", {
81
"minLineOfMultilineProperty": 2
82
}]
83
}
0 commit comments