File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
99
1010test :
1111 override :
12- - nvm use 4 && npm test
12+ - nvm use 4 && npm i eslint@4.19.1 --no-save && npm test
1313 - nvm use 6 && npm test
1414 - nvm use 8 && npm test
1515 # Test for the minimum version we are supporting.
Original file line number Diff line number Diff line change 4141 "node" : " >=4"
4242 },
4343 "peerDependencies" : {
44- "eslint" : " ^3.18.0 || ^4.0.0"
44+ "eslint" : " ^3.18.0 || ^4.0.0 || ^5.0.0 "
4545 },
4646 "dependencies" : {
4747 "vue-eslint-parser" : " ^2.0.3"
5050 "@types/node" : " ^4.2.16" ,
5151 "babel-eslint" : " ^8.2.2" ,
5252 "chai" : " ^4.1.0" ,
53- "eslint" : " ^4.14 .0" ,
53+ "eslint" : " ^5.0 .0" ,
5454 "eslint-plugin-eslint-plugin" : " ^0.8.0" ,
5555 "eslint-plugin-html" : " ^4.0.1" ,
5656 "eslint-plugin-vue-libs" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments