File tree Expand file tree Collapse file tree 3 files changed +285
-468
lines changed Expand file tree Collapse file tree 3 files changed +285
-468
lines changed Original file line number Diff line number Diff line change 66before_script :
77 - yarn install
88
9- script : yarn run test
9+ script :
10+ - yarn run lint
11+ - yarn run test
Original file line number Diff line number Diff line change 2929 },
3030 "scripts" : {
3131 "test" : " karma start" ,
32- "test:watch" : " karma start --single-run=false"
32+ "test:watch" : " karma start --single-run=false" ,
33+ "lint" : " eslint --ext .js,.vue src spec"
3334 },
3435 "devDependencies" : {
3536 "babel-core" : " ^6.25.0" ,
36- "babel-eslint" : " ^7.2.3" ,
3737 "babel-loader" : " ^7.0.0" ,
3838 "babel-preset-es2015" : " ^6.24.1" ,
3939 "babel-register" : " ^6.24.1" ,
4040 "cross-env" : " ^5.0.1" ,
41- "eslint" : " ^3.19 .0" ,
41+ "eslint" : " ^4.0 .0" ,
4242 "eslint-config-vue" : " ^2.0.2" ,
43- "eslint-plugin-vue" : " ^2.0.1 " ,
43+ "eslint-plugin-vue" : " 2.1.0 " ,
4444 "jasmine" : " ^2.6.0" ,
4545 "karma" : " ^1.7.0" ,
4646 "karma-chrome-launcher" : " ^2.1.1" ,
5252 "vue-loader" : " ^12.2.1" ,
5353 "vue-router" : " ^2.6.0" ,
5454 "vue-template-compiler" : " ^2.3.4" ,
55- "webpack" : " ^3.0.0 " ,
55+ "webpack" : " 2.6.1 " ,
5656 "webpack-dev-server" : " ^2.4.5"
5757 }
5858}
You can’t perform that action at this time.
0 commit comments