aboutsummaryrefslogtreecommitdiff
path: root/web/.jscsrc
diff options
context:
space:
mode:
Diffstat (limited to 'web/.jscsrc')
-rw-r--r--web/.jscsrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/.jscsrc b/web/.jscsrc
new file mode 100644
index 0000000..1dd27dc
--- /dev/null
+++ b/web/.jscsrc
@@ -0,0 +1,5 @@
+{
+ "preset": "crockford",
+ "maxErrors": 100,
+ "excludeFiles": ["arrow.js"]
+}