fix: vue
This commit is contained in:
parent
2e208c4d05
commit
be4d232fb8
@ -11,6 +11,6 @@ module.exports = {
|
|||||||
'vue'
|
'vue'
|
||||||
],
|
],
|
||||||
rules: {
|
rules: {
|
||||||
'vue/max-attributes-per-line': ['warning', { singleline: 5 }],
|
'vue/max-attributes-per-line': ['warn', { singleline: 5 }],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user