From 0d21843283dffcecfb7be82ae9646833e31bda13 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sat, 30 Sep 2017 12:22:39 +0300 Subject: [PATCH] Update eslint to version 4.8.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2441023f..fdfb63ac 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test": "npm-run-all -c test:* lint", "test:mocha": "mocha", "lint": "npm-run-all -c lint:*", - "lint:js": "eslint .", + "lint:js": "eslint . --report-unused-disable-directives", "lint:css": "stylelint \"**/*.css\"" }, "keywords": [ @@ -70,7 +70,7 @@ "chai": "4.1.2", "css.escape": "1.5.1", "emoji-regex": "6.5.1", - "eslint": "4.7.2", + "eslint": "4.8.0", "font-awesome": "4.7.0", "fuzzy": "0.1.3", "handlebars": "4.0.10",