From edc69170d9971622f14615ca1f7f7d54960741c6 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 12 Jul 2016 10:30:07 -0400 Subject: [PATCH] chore: don't force a linebreak style in ESLint (#570) We're currently forcing a UNIX linebreak style, which causes hundreds of complaints from the linter when cloning the project in a Windows machine with a default configuration. Signed-off-by: Juan Cruz Viotti --- .eslintrc.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index 24db4b0e..db8a6541 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -293,9 +293,6 @@ rules: - error - before: true after: true - linebreak-style: - - error - - unix lines-around-comment: - error - beforeBlockComment: true