From cf04d091cea5e3e2a6c0148835964b63c74cee78 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Sun, 4 Feb 2018 22:08:03 +0000 Subject: [PATCH] build: Update linters Change-Id: I49341cfd5312300dd089af07a24fcceee3d1da3a --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 86e1fa9c..340cf522 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "test": "grunt test" }, "devDependencies": { - "eslint-config-wikimedia": "0.4.0", + "eslint-config-wikimedia": "0.5.0", "grunt": "1.0.1", "grunt-banana-checker": "0.6.0", - "grunt-eslint": "19.0.0", + "grunt-eslint": "20.1.0", "grunt-jsonlint": "1.1.0" } }