Skip to content

Commit

Permalink
Roll back to babel-eslint 3.1.9
Browse files Browse the repository at this point in the history
spicyj noticed newer versions of babel-eslint seemed not to error on
no-unused-vars, and I was able to repro. It seems like something broke
between 3.1.9 and 3.1.10. (Smaller repro case and babel-eslint bug
report to come)

His commit failed on travis, but not on his local machine:
https://travis-ci.org/facebook/react/jobs/65468729
  • Loading branch information
bgw committed Jun 4, 2015
1 parent 2d9a084 commit 40eb94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"babel": "^5.3.3",
"babel-eslint": "^3.1.9",
"babel-eslint": "3.1.9",
"benchmark": "~1.0.0",
"browserify": "^9.0.3",
"bundle-collapser": "^1.1.1",
Expand Down

0 comments on commit 40eb94d

Please sign in to comment.