File tree Expand file tree Collapse file tree 4 files changed +39
-173
lines changed Expand file tree Collapse file tree 4 files changed +39
-173
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ module.exports = {
6
6
es6 : true
7
7
} ,
8
8
extends : [
9
- 'plugin:vue-libs /recommended' ,
9
+ 'plugin:vue/recommended' ,
10
10
'airbnb-base'
11
11
] ,
12
12
plugins : [
13
- 'vue '
13
+ 'html '
14
14
] ,
15
15
rules : {
16
16
quotes : [ 2 , 'single' ] ,
Original file line number Diff line number Diff line change 27
27
"clean-webpack-plugin" : " ^0.1.16" ,
28
28
"css-loader" : " ^0.28.5" ,
29
29
"element-ui" : " ^1.4.3" ,
30
- "eslint" : " ^4.6.1 " ,
30
+ "eslint" : " 4.3 " ,
31
31
"eslint-config-airbnb-base" : " ^11.3.2" ,
32
+ "eslint-plugin-html" : " ^3.2.1" ,
32
33
"eslint-plugin-import" : " ^2.7.0" ,
33
- "eslint-plugin-vue" : " ^2.1.0" ,
34
- "eslint-plugin-vue-libs" : " ^1.2.1" ,
34
+ "eslint-plugin-vue" : " 3.12.0" ,
35
35
"extract-text-webpack-plugin" : " ^3.0.0" ,
36
36
"file-loader" : " ^0.11.2" ,
37
37
"html-webpack-plugin" : " ^2.30.1" ,
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div id =" app" >
3
- <layout v-bind = " " ></layout >
3
+ <layout v-bind ></layout >
4
4
</div >
5
5
</template >
6
6
You can’t perform that action at this time.
0 commit comments