From ecfef4a560dece9dd911017efdfc63fcc04bedfc Mon Sep 17 00:00:00 2001 From: RaNaN <Mast3rRaNaN@hotmail.de> Date: Sun, 9 Jun 2013 16:08:59 +0200 Subject: adapted to jshint config --- module/web/.jshintrc | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'module/web/.jshintrc') diff --git a/module/web/.jshintrc b/module/web/.jshintrc index 393dc7ee5..0cff430d9 100644 --- a/module/web/.jshintrc +++ b/module/web/.jshintrc @@ -3,7 +3,6 @@ "browser": true, "esnext": true, "bitwise": true, - "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, @@ -14,8 +13,17 @@ "quotmark": "single", "regexp": true, "undef": true, - "unused": true, "strict": true, "trailing": true, - "smarttabs": true + "smarttabs": true, + "unused": false, + "camelcase": false, + "-W030": false, + "-W015": false, + "-W116": false, + "predef": [ + "require", + "define", + "alert" + ] } -- cgit v1.2.3