aboutsummaryrefslogtreecommitdiff
path: root/web/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'web/.jshintrc')
-rw-r--r--web/.jshintrc5
1 files changed, 3 insertions, 2 deletions
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
}
}