From: Matt Johnson Date: Tue, 8 Mar 2016 04:45:23 +0000 (-0800) Subject: Don't validate line endings X-Git-Tag: 2.13.0~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5042cf29a15b973343fc9fd226cba1e989fe16b;p=thirdparty%2Fmoment.git Don't validate line endings Causes excessive warnings when building on windows. --- diff --git a/.jscs.json b/.jscs.json index 72747b5f4..442e0a78f 100644 --- a/.jscs.json +++ b/.jscs.json @@ -53,7 +53,6 @@ "requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties", "disallowKeywords": ["with"], "disallowMultipleLineStrings": true, - "validateLineBreaks": "LF", "validateIndentation": 4, "disallowTrailingWhitespace": true, "disallowTrailingComma": true,