Skip to content

Commit 5077398

Browse files
committed
updated: package
1 parent 27545c4 commit 5077398

File tree

2 files changed

+549
-500
lines changed

2 files changed

+549
-500
lines changed

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,16 @@
4747
"rules": {
4848
"generator-star-spacing": "off",
4949
"no-mixed-operators": 0,
50-
"vue/max-attributes-per-line": [2, {
51-
"singleline": 5,
52-
"multiline": {
53-
"max": 1,
54-
"allowFirstLine": false
50+
"vue/max-attributes-per-line": [
51+
2,
52+
{
53+
"singleline": 5,
54+
"multiline": {
55+
"max": 1,
56+
"allowFirstLine": false
57+
}
5558
}
56-
}],
59+
],
5760
"vue/attribute-hyphenation": 0,
5861
"vue/html-self-closing": 0,
5962
"no-console": 0

0 commit comments

Comments
 (0)