Skip to content

Commit

Permalink
build(eslint): Add the vue/first-attribute-linebreak to off
Browse files Browse the repository at this point in the history
I should use this rule : 'vue/first-attribute-linebreak'. I tried config it but it doesn't work... I should search how to work it
  • Loading branch information
zak39 committed Jan 29, 2022
1 parent 3001f1f commit 5d837b1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,11 @@
module.exports = {
extends: [
'@nextcloud',
]
'plugin:vue/recommended',
],
rules: {
// TODO: Search how to config it
// https://eslint.vuejs.org/rules/first-attribute-linebreak.html
'vue/first-attribute-linebreak': 'off',
},
}

0 comments on commit 5d837b1

Please sign in to comment.