From d409a737a28078db9d43f2ab103836c54cdec4db Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 14 Apr 2017 12:14:52 +1200 Subject: Fix JavaScript style issues --- web/.jshintrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'web/.jshintrc') diff --git a/web/.jshintrc b/web/.jshintrc index 0d2e29d..b0c5d10 100644 --- a/web/.jshintrc +++ b/web/.jshintrc @@ -1,6 +1,6 @@ { // Enforcing - "bitwise" : true, // true: Prohibit bitwise operators (&, |, ^, etc.) + "bitwise" : false, // true: Prohibit bitwise operators (&, |, ^, etc.) "camelcase" : true, // true: Identifiers must be in camelCase "curly" : true, // true: Require {} for every new block or scope "eqeqeq" : true, // true: Require triple equals (===) for comparison @@ -70,6 +70,7 @@ "ol" : false, "Traccar" : false, "Strings" : false, - "Locale" : false + "Locale" : false, + "proj4" : false } } -- cgit v1.2.3