Pin eslint version
authorPaladox <thomasmulhall410@yahoo.com>
Sun, 18 Dec 2016 16:29:41 +0000 (16:29 +0000)
committerPaladox <thomasmulhall410@yahoo.com>
Wed, 21 Dec 2016 00:55:41 +0000 (00:55 +0000)
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

package.json

index 99e752c..e415d66 100644 (file)
@@ -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",