]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Turn off linebreak-style linting rule
authorSimon Brunel <simonbrunel@users.noreply.github.com>
Thu, 15 Sep 2016 21:10:03 +0000 (23:10 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Sep 2016 21:10:03 +0000 (23:10 +0200)
On Windows, this rule conflicts when running ESLint locally on a repository setup with autoCrlf (then all lines are errors).

.eslintrc

index 991867f10ff7caea2d9115be7ae1526d327cd016..7acbf600a0d2628a7e2c1c25ba6f72d54426d9b7 100644 (file)
--- 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