From 4e0790e504c29c2d176dc038151560826534dea5 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 2 Sep 2015 13:13:08 +0200 Subject: [PATCH] Don't warn about unused vars, it's annoying with function arguments --- .jshintrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.jshintrc b/.jshintrc index 45569263..d7283329 100644 --- a/.jshintrc +++ b/.jshintrc @@ -28,6 +28,5 @@ "strict": false, "white": false, "eqnull": true, - "esnext": true, - "unused": true + "esnext": true }