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