From 44dfe4c23716c98c06bde1f5ada4a405041d52d4 Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Wed, 24 Feb 2016 10:54:11 +0100 Subject: Clean up jshintrc --- web-ui/.jshintrc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'web-ui/.jshintrc') diff --git a/web-ui/.jshintrc b/web-ui/.jshintrc index 220aedfe..1e2a147d 100644 --- a/web-ui/.jshintrc +++ b/web-ui/.jshintrc @@ -1,29 +1,30 @@ { - "node": true, "browser": true, "esnext": true, "bitwise": true, - "camelcase": false, - "curly": false, + "curly": true, "loopfunc": true, "eqeqeq": true, "immed": true, "indent": 2, - "latedef": false, "newcap": true, "noarg": true, - "quotmark": "single", "regexp": true, "smarttabs": true, - "strict": "function", + "strict": true, "trailing": true, - "undef": false, + "undef": true, "validthis": true, "jasmine": true, + "node": false, + "latedef": false, "predef": [ + "require", + "console", "$", "jQuery", "define", + "Foundation", "describeComponent", "describeMixin", "requirejs", -- cgit v1.2.3