aboutsummaryrefslogtreecommitdiff
path: root/web/.jscsrc
diff options
context:
space:
mode:
authortsmgeek <tsmgeek@gmail.com>2017-08-17 01:17:54 +0100
committertsmgeek <tsmgeek@gmail.com>2017-08-17 01:17:54 +0100
commit5d6fb73d838399b94cfca61e67bcde7cf6e3c813 (patch)
tree855db84faa88884236bdfacc5b3483d5adbecd1d /web/.jscsrc
parent5b3ac701e24f5b4e0a27b837fa570e9286de6368 (diff)
downloadetbsa-traccar-web-5d6fb73d838399b94cfca61e67bcde7cf6e3c813.tar.gz
etbsa-traccar-web-5d6fb73d838399b94cfca61e67bcde7cf6e3c813.tar.bz2
etbsa-traccar-web-5d6fb73d838399b94cfca61e67bcde7cf6e3c813.zip
Fix formatting
Diffstat (limited to 'web/.jscsrc')
-rw-r--r--web/.jscsrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/.jscsrc b/web/.jscsrc
index 546e6a5..c20bcf0 100644
--- a/web/.jscsrc
+++ b/web/.jscsrc
@@ -2,5 +2,6 @@
"preset": "crockford",
"maxErrors": 100,
"excludeFiles": ["simple/app.js"],
- "requireDotNotation": false
+ "requireDotNotation": false,
+ "requireSpaceAfterComma": true
}