Skip to content

Commit 7a036c1

Browse files
authored
Merge pull request #272 from nextcloud/fix/multi-line-attribute-vue
2 parents 160a09f + dfd2a2e commit 7a036c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module.exports = {
9393
}],
9494
'vue/first-attribute-linebreak': ['error', {
9595
'singleline': 'beside',
96-
'multiline': 'below',
96+
'multiline': 'beside',
9797
}],
9898
// Allow single-word components names
9999
'vue/multi-word-component-names': ['off'],

0 commit comments

Comments
 (0)