From 9b6f6186356cd141a9d05c86b5c576e233c2b523 Mon Sep 17 00:00:00 2001 From: Juri Date: Mon, 25 Jul 2016 11:19:01 +0200 Subject: [PATCH] chore(build, jscs): remove end of line check Removing the end of line check as it causes more issues than helping. Moreover there's already an .editorconfig file (although that obviously implies that ppl have a compatible editorconfig plugin installed). --- .jscsrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.jscsrc b/.jscsrc index d70efa61..495d984b 100644 --- a/.jscsrc +++ b/.jscsrc @@ -4,7 +4,6 @@ "requireParenthesesAroundIIFE": true, "maximumLineLength": 120, - "validateLineBreaks": "LF", "validateIndentation": 4, "disallowKeywords": ["with"],