From: Simon Brunel Date: Thu, 15 Sep 2016 21:10:03 +0000 (+0200) Subject: Turn off linebreak-style linting rule X-Git-Tag: v2.3.0-rc.1~1^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c5b1bfe59438275330cc03a0fcb01104498535f;p=thirdparty%2FChart.js.git Turn off linebreak-style linting rule On Windows, this rule conflicts when running ESLint locally on a repository setup with autoCrlf (then all lines are errors). --- diff --git a/.eslintrc b/.eslintrc index 991867f10..7acbf600a 100644 --- a/.eslintrc +++ b/.eslintrc @@ -145,7 +145,7 @@ rules: jsx-quotes: 0 key-spacing: 2 keyword-spacing: 2 - linebreak-style: [2, unix] + linebreak-style: 0 lines-around-comment: 0 max-depth: 0 max-len: 0