From: Oleg Gaidarenko Date: Fri, 8 Jul 2016 23:05:15 +0000 (+0300) Subject: Build: Don't use ESLint 3.x X-Git-Tag: 3.1.1~26 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=02c5e2908c2d99f191f5ec9e365ef2a3d357d1eb;p=jquery.git Build: Don't use ESLint 3.x Since it is not supported by older node versions :/ --- diff --git a/package.json b/package.json index 6ef29dc0e..2443b46c3 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": "19.0.0", + "grunt-eslint": "18.0.0", "grunt-git-authors": "3.2.0", "grunt-jsonlint": "1.0.7", "grunt-newer": "1.2.0",