From: Paladox Date: Sun, 18 Dec 2016 16:29:41 +0000 (+0000) Subject: Pin eslint version X-Git-Tag: 1.31.0-rc.0~4498^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=4185d29d393a2f4ce82e27c656d31ed76e5bc3a7 Pin eslint version We don't want tests failing every time upstream publishing a new version. Instead we should bump this manually everytime they update to make sure no failures happen. Bug: T118941 Change-Id: I1c76dacd0950100825b85a3791f74c1f6d5477d9 --- diff --git a/package.json b/package.json index 99e752cd6d..e415d66986 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "postdoc": "grunt copy:jsduck" }, "devDependencies": { + "eslint": "3.12.2", "eslint-config-wikimedia": "0.3.0", "grunt": "1.0.1", "grunt-banana-checker": "0.5.0",