aboutsummaryrefslogtreecommitdiff
path: root/web/.jscsrc
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-08-18 09:45:06 +1200
committerGitHub <noreply@github.com>2017-08-18 09:45:06 +1200
commit1e10dfb3c9f93998c6060297b8458f2a3c3df485 (patch)
tree31886fff698dcb4e43dd17eacc5109f7ff99343f /web/.jscsrc
parent9a536a3ef3b8972c64de2de76a340115ab036d3f (diff)
parentf8b4b7da1b5c1e394707b8ba11ec9879ffe20398 (diff)
downloadetbsa-traccar-web-1e10dfb3c9f93998c6060297b8458f2a3c3df485.tar.gz
etbsa-traccar-web-1e10dfb3c9f93998c6060297b8458f2a3c3df485.tar.bz2
etbsa-traccar-web-1e10dfb3c9f93998c6060297b8458f2a3c3df485.zip
Merge pull request #550 from tsmgeek/optimise-ifs
Minor optimisations
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
}