File tree Expand file tree Collapse file tree 3 files changed +725
-703
lines changed Expand file tree Collapse file tree 3 files changed +725
-703
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"root": true,
3
- "parser": "babel-eslint",
4
- "extends": "vue",
5
- "plugins": ["flow-vars"],
6
- "rules": {
7
- "flow-vars/define-flow-type": 1,
8
- "flow-vars/use-flow-type": 1
9
- }
3
+ "plugins": [
4
+ "vue-libs",
5
+ "flowtype"
6
+ ],
7
+ "extends": [
8
+ "plugin:vue-libs/recommended",
9
+ "plugin:flowtype/recommended"
10
+ ]
10
11
}
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-config-vue" : " ^2.0.1" ,
53
52
"eslint-plugin-flow-vars" : " ^0.5.0" ,
54
- "eslint-plugin-vue" : " ^2.0.1" ,
53
+ "eslint-plugin-flowtype" : " ^2.34.0" ,
54
+ "eslint-plugin-vue-libs" : " ^1.0.0" ,
55
55
"express" : " ^4.14.0" ,
56
56
"express-urlrewrite" : " ^1.2.0" ,
57
57
"flow-bin" : " ^0.45.0" ,
61
61
"nightwatch" : " ^0.9.5" ,
62
62
"nightwatch-helpers" : " ^1.0.0" ,
63
63
"path-to-regexp" : " ^1.5.3" ,
64
- "phantomjs-prebuilt" : " ^2.1.7 " ,
64
+ "phantomjs-prebuilt" : " ^2.1.14 " ,
65
65
"rollup" : " ^0.41.4" ,
66
66
"rollup-plugin-buble" : " ^0.15.0" ,
67
67
"rollup-plugin-commonjs" : " ^8.0.2" ,
You can’t perform that action at this time.
0 commit comments