This repository was archived by the owner on Jun 20, 2019. It is now read-only.

Description
Via WordPress/gutenberg#7611 (comment)
Remove linebreak-style rule:
|
// Disallow mixed "LF" and "CRLF" as linebreaks |
|
'linebreak-style': ['error', 'unix'], |
..............................................
312:2 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
313:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
314:25 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
✖ 75569 problems (75569 errors, 0 warnings)