Browse Source

turn off vue/html-self-closing, empty div should be allowed

pull/145/head
LouisLam 3 years ago
parent
commit
659d83b13c
  1. 1
      .eslintrc.js

1
.eslintrc.js

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

Loading…
Cancel
Save