File tree Expand file tree Collapse file tree 1 file changed +20
-16
lines changed Expand file tree Collapse file tree 1 file changed +20
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : [
3
- " standard" ,
4
- " plugin:vue/recommended"
5
- ],
2
+ "extends" : [" standard" , " plugin:vue/recommended" ],
6
3
"env" : {
7
4
"browser" : true ,
8
5
"amd" : true
13
10
"describe" : " readonly"
14
11
},
15
12
"parserOptions" : {
16
- "ecmaVersion" : 5 ,
13
+ "ecmaVersion" : 6 ,
17
14
"sourceType" : " module"
18
15
},
19
16
"rules" : {
20
17
"arrow-parens" : 0 ,
21
18
"generator-star-spacing" : 0 ,
22
- "no-trailing-spaces" : [ 0 , { "skipBlankLines" : true } ],
23
- "vue/html-indent" : [" error" , 2 , {
24
- "baseIndent" : 0 ,
25
- "alignAttributesVertically" : false
26
- }],
19
+ "no-trailing-spaces" : [0 , { "skipBlankLines" : true }],
20
+ "vue/html-indent" : [
21
+ " error" ,
22
+ 2 ,
23
+ {
24
+ "baseIndent" : 0 ,
25
+ "alignAttributesVertically" : false
26
+ }
27
+ ],
27
28
"vue/script-indent" : [" error" , 2 ],
28
- "vue/max-attributes-per-line" : [" error" , {
29
- "singleline" : 10 ,
30
- "multiline" : {
31
- "max" : 10 ,
32
- "allowFirstLine" : true
29
+ "vue/max-attributes-per-line" : [
30
+ " error" ,
31
+ {
32
+ "singleline" : 10 ,
33
+ "multiline" : {
34
+ "max" : 10 ,
35
+ "allowFirstLine" : true
36
+ }
33
37
}
34
- } ]
38
+ ]
35
39
}
36
40
}
You can’t perform that action at this time.
0 commit comments