From 34089b12223b087e5969ee342b4f542ec25c0fa8 Mon Sep 17 00:00:00 2001 From: huneau romain Date: Wed, 19 Apr 2017 16:51:26 +0200 Subject: toggle no-unused-vars to warn --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index bb26c208..2aab7b6f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -52,7 +52,8 @@ "prefer-const": 2, "prefer-spread": 2, "prefer-template": 2, - "no-console":"off" + "no-console":"off", + "no-unused-vars":"warn" }, "globals": { "Meteor": false, -- cgit v1.2.3-1-g7c22