Skip to content

Commit

Permalink
bumping eslint dependencies
Browse files Browse the repository at this point in the history
this make eslint --fix work again with eslint-plugin-vue
  • Loading branch information
LinusBorg committed Jan 10, 2018
1 parent f4f59f5 commit 7171e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"devDependencies": {
{{#lint}}
"babel-eslint": "^7.1.1",
"eslint": "^3.19.0",
"babel-eslint": "^8.2.1",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0",
Expand Down

0 comments on commit 7171e4c

Please sign in to comment.