Skip to content

Commit

Permalink
lint: Pin version of eslint to 3.9.1.
Browse files Browse the repository at this point in the history
This indirectly works around an issue with acorn version 4.0.5 that
in turn causes eslint to hang forever.
  • Loading branch information
timabbott committed Feb 2, 2017
1 parent 7bcba19 commit 27112b1
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 @@ -24,7 +24,7 @@
"devDependencies": {
"casperjs": "1.1.3",
"cssstyle": "0.2.29",
"eslint": "^3.9.1",
"eslint": "3.9.1",
"htmlparser2": "3.8.3",
"istanbul": "0.4.5",
"jsdom": "9.4.1",
Expand Down

0 comments on commit 27112b1

Please sign in to comment.