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 <jviottidc@gmail.com>
This commit is contained in:
Juan Cruz Viotti 2016-07-12 10:30:07 -04:00 committed by GitHub
parent 6348d88c95
commit edc69170d9

View File

@ -293,9 +293,6 @@ rules:
- error
- before: true
after: true
linebreak-style:
- error
- unix
lines-around-comment:
- error
- beforeBlockComment: true