Skip to content

Commit b0c93ea

Browse files
queteparecezouyang
authored and
zouyang
committed
Fixing babel-eslint >=8 not working with babel 6 (at least on Windows) (vuejs-templates#1283)
close vuejs-templates#1273
1 parent c29ab6a commit b0c93ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
{{#lint}}
33-
"babel-eslint": "^8.2.1",
33+
"babel-eslint": "^7.2.3",
3434
"eslint": "^4.15.0",
3535
"eslint-friendly-formatter": "^3.0.0",
3636
"eslint-loader": "^1.7.1",

0 commit comments

Comments
 (0)