aboutsummaryrefslogtreecommitdiff
path: root/web/.jshintrc
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-04-14 12:14:52 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2017-04-14 12:14:52 +1200
commitd409a737a28078db9d43f2ab103836c54cdec4db (patch)
tree1a6d79ba05bdbbb8a09cfb8de2665c4b573c7745 /web/.jshintrc
parentfa57a657f54a76a3b8163f5e8b00026cfbb79fe5 (diff)
downloadetbsa-traccar-web-d409a737a28078db9d43f2ab103836c54cdec4db.tar.gz
etbsa-traccar-web-d409a737a28078db9d43f2ab103836c54cdec4db.tar.bz2
etbsa-traccar-web-d409a737a28078db9d43f2ab103836c54cdec4db.zip
Fix JavaScript style issues
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
}
}