Skip to content

Commit 073b021

Browse files
quetepareceLinusBorg
authored andcommitted
Fixing babel-eslint >=8 not working with babel 6 (at least on Windows) (#1283)
close #1273
1 parent d8fb864 commit 073b021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json

+1-1
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)