Skip to content

Commit

Permalink
Merge pull request #266 from nextcloud/feat/eslint-8
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Jan 12, 2022
2 parents 74cce6e + e36e2d8 commit 329f034
Show file tree
Hide file tree
Showing 3 changed files with 526 additions and 664 deletions.
9 changes: 5 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,11 @@ module.exports = {
// code spacing with attributes
'vue/max-attributes-per-line': ['error', {
singleline: 3,
multiline: {
max: 1,
allowFirstLine: true,
},
multiline: 1,
}],
'vue/first-attribute-linebreak': ['error', {
'singleline': 'beside',
'multiline': 'below',
}],
// custom event naming convention
'vue/custom-event-name-casing': ['error', 'kebab-case', {
Expand Down

0 comments on commit 329f034

Please sign in to comment.