mirror of https://github.com/zulip/zulip.git
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:
parent
7bcba19e99
commit
27112b1e08
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue