Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

Add support for Windows Line Endings by removing the linebreak-style rule #56

Open
@ntwb

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)

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions