File tree 3 files changed +4
-10
lines changed 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"root": true,
3
3
"plugins": [
4
- "vue-libs",
5
4
"flowtype"
6
5
],
7
6
"extends": [
Original file line number Diff line number Diff line change 49
49
"css-loader" : " ^0.28.0" ,
50
50
"es6-promise" : " ^4.0.5" ,
51
51
"eslint" : " ^3.0.1" ,
52
- "eslint-plugin-flow-vars" : " ^0.5.0" ,
53
52
"eslint-plugin-flowtype" : " ^2.34.0" ,
54
- "eslint-plugin-vue-libs" : " ^1.0 .0" ,
53
+ "eslint-plugin-vue-libs" : " ^1.2 .0" ,
55
54
"express" : " ^4.14.0" ,
56
55
"express-urlrewrite" : " ^1.2.0" ,
57
56
"flow-bin" : " ^0.45.0" ,
Original file line number Diff line number Diff line change @@ -1650,10 +1650,6 @@ escope@^3.6.0:
1650
1650
esrecurse "^4.1.0"
1651
1651
estraverse "^4.1.1"
1652
1652
1653
- eslint-plugin-flow-vars@^0.5.0 :
1654
- version "0.5.0"
1655
- resolved "https://registry.yarnpkg.com/eslint-plugin-flow-vars/-/eslint-plugin-flow-vars-0.5.0.tgz#a7fb78fd873c86e0e5839df3b3c90d47bc68c6d2"
1656
-
1657
1653
eslint-plugin-flowtype@^2.34.0 :
1658
1654
version "2.34.0"
1659
1655
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.34.0.tgz#b9875f314652e5081623c9d2b18a346bbb759c09"
@@ -1666,9 +1662,9 @@ eslint-plugin-html@^2.0.0:
1666
1662
dependencies :
1667
1663
htmlparser2 "^3.8.2"
1668
1664
1669
- eslint-plugin-vue-libs@^1.0 .0 :
1670
- version "1.0 .0"
1671
- resolved "https://registry.yarnpkg.com/eslint-plugin-vue-libs/-/eslint-plugin-vue-libs-1.0 .0.tgz#05e6f8ba777b4a9093879ef68c57749b6d2c21b6 "
1665
+ eslint-plugin-vue-libs@^1.2 .0 :
1666
+ version "1.2 .0"
1667
+ resolved "https://registry.yarnpkg.com/eslint-plugin-vue-libs/-/eslint-plugin-vue-libs-1.2 .0.tgz#eff85ecd66e8f1c9538d668205fa8d65136f1eac "
1672
1668
dependencies :
1673
1669
eslint-plugin-html "^2.0.0"
1674
1670
You can’t perform that action at this time.
0 commit comments