From 50ef72e0c87db4d275c832519200426b8995359b Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Wed, 21 May 2014 16:29:06 +0200 Subject: [PATCH] chore(jshint): remove unnecessary config --- .jshintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 2f89ae06..77e07550 100644 --- a/.jshintrc +++ b/.jshintrc @@ -22,7 +22,6 @@ "node" : true, "debug": true, "strict": false, - "-W040": true, "globals": { "console": true, "require": false,