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 70c9dc4..546e6a5 100644
--- a/web/.jscsrc
+++ b/web/.jscsrc
@@ -1,5 +1,6 @@
{
"preset": "crockford",
"maxErrors": 100,
- "excludeFiles": ["simple/app.js"]
+ "excludeFiles": ["simple/app.js"],
+ "requireDotNotation": false
}