From 4402f7fd865f99ff652107898ba41e1097803a2e Mon Sep 17 00:00:00 2001 From: David Majda Date: Sun, 15 Dec 2013 21:26:57 +0100 Subject: [PATCH] .jshintrc: Add the "noarg" option --- .jshintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.jshintrc b/.jshintrc index ef4b5e0..79e1a27 100644 --- a/.jshintrc +++ b/.jshintrc @@ -7,6 +7,7 @@ "immed": true, "latedef": "nofunc", "laxbreak": true, + "noarg": true, "noempty": true, "nonew": true, "sub": true