unexpected space add to router-link due vue/singleline-html-element-content-newline, set it to off

This commit is contained in:
LouisLam
2021-07-29 01:01:55 +08:00
parent 063697c20a
commit e6915d8964
2 changed files with 3 additions and 6 deletions

View File

@@ -22,6 +22,7 @@ module.exports = {
//semi: ['off', 'never'],
"vue/html-indent": ["warn", 4], // default: 2
"vue/max-attributes-per-line": "off",
"vue/singleline-html-element-content-newline": "off",
"no-multi-spaces": ["error", {
ignoreEOLComments: true,
}],