We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27545c4 commit 5077398Copy full SHA for 5077398
package.json
@@ -47,13 +47,16 @@
47
"rules": {
48
"generator-star-spacing": "off",
49
"no-mixed-operators": 0,
50
- "vue/max-attributes-per-line": [2, {
51
- "singleline": 5,
52
- "multiline": {
53
- "max": 1,
54
- "allowFirstLine": false
+ "vue/max-attributes-per-line": [
+ 2,
+ {
+ "singleline": 5,
+ "multiline": {
55
+ "max": 1,
56
+ "allowFirstLine": false
57
+ }
58
}
- }],
59
+ ],
60
"vue/attribute-hyphenation": 0,
61
"vue/html-self-closing": 0,
62
"no-console": 0
0 commit comments