Commit 5077398a by Sendya

updated: package

parent 27545c49
...@@ -47,13 +47,16 @@ ...@@ -47,13 +47,16 @@
"rules": { "rules": {
"generator-star-spacing": "off", "generator-star-spacing": "off",
"no-mixed-operators": 0, "no-mixed-operators": 0,
"vue/max-attributes-per-line": [2, { "vue/max-attributes-per-line": [
2,
{
"singleline": 5, "singleline": 5,
"multiline": { "multiline": {
"max": 1, "max": 1,
"allowFirstLine": false "allowFirstLine": false
} }
}], }
],
"vue/attribute-hyphenation": 0, "vue/attribute-hyphenation": 0,
"vue/html-self-closing": 0, "vue/html-self-closing": 0,
"no-console": 0 "no-console": 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment