From 0a281849fe13cce92350d8b8ccfb8e7279ca54e2 Mon Sep 17 00:00:00 2001 From: Pato Istvan Date: Sun, 11 Sep 2016 20:04:28 +0200 Subject: [PATCH] updating eslint from 3.0.1 to 3.5.0: supporting new rules --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d93b10b5..3ed0fefc 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,6 @@ "jshint": "~2.9.2", "lodash": "~4.13.1", "posix-getopt": "~1.2.0", - "eslint": "~3.0.1" + "eslint": "~3.5.0" } }