aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/.jscsrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/.jscsrc b/web/.jscsrc
index dda6932e1..1dd27dc3e 100644
--- a/web/.jscsrc
+++ b/web/.jscsrc
@@ -1,5 +1,5 @@
{
"preset": "crockford",
"maxErrors": 100,
- "excludeFiles": ["arrowstyle.js"]
+ "excludeFiles": ["arrow.js"]
}