lint: Pin version of eslint to 3.9.1.

This indirectly works around an issue with acorn version 4.0.5 that
in turn causes eslint to hang forever.
This commit is contained in:
Tim Abbott 2017-02-02 15:25:36 -08:00
parent 7bcba19e99
commit 27112b1e08
1 changed files with 1 additions and 1 deletions

View File

@ -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",