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 ac17b5dc9..7d924ab96 100644
--- a/web/.jscsrc
+++ b/web/.jscsrc
@@ -1,3 +1,4 @@
{
- "preset": "crockford"
+ "preset": "crockford",
+ "maxErrors": 100
}