From 1845922de2652369ed98bb0b7790d14a83a55aa9 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sat, 19 Jul 2014 16:55:16 +0200 Subject: [PATCH] Enforcing JSHint's noarg and nonbsp options --- .jshintrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.jshintrc b/.jshintrc index d08a6e320..09c16da08 100644 --- a/.jshintrc +++ b/.jshintrc @@ -10,6 +10,8 @@ "trailing": true, "curly": true, "undef": true, + "noarg": true, + "nonbsp": true, // Relaxing "boss": true,