From 38134454c55b4a36f7c82686e3a29a9610050e6e Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 8 Nov 2015 14:33:48 +1300 Subject: Fix JavaScript check style issues --- web/.jscsrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/.jscsrc') diff --git a/web/.jscsrc b/web/.jscsrc index 7d924ab96..dda6932e1 100644 --- a/web/.jscsrc +++ b/web/.jscsrc @@ -1,4 +1,5 @@ { "preset": "crockford", - "maxErrors": 100 + "maxErrors": 100, + "excludeFiles": ["arrowstyle.js"] } -- cgit v1.2.3