From 96966c022079e3956018717136367fbf4ed548a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Mon, 11 Jul 2016 19:22:48 +0200 Subject: [PATCH] Build: Upgrade ESLint to 3.x again ESLint is now skipped in Node older than 4.x so we're safe. Refs gh-3222 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2443b46c3..6ef29dc0e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "grunt-compare-size": "0.4.2", "grunt-contrib-uglify": "1.0.1", "grunt-contrib-watch": "1.0.0", - "grunt-eslint": "18.0.0", + "grunt-eslint": "19.0.0", "grunt-git-authors": "3.2.0", "grunt-jsonlint": "1.0.7", "grunt-newer": "1.2.0", -- 2.39.5