aboutsummaryrefslogtreecommitdiff
path: root/web/.jscsrc
diff options
context:
space:
mode:
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
}