Closed
Description
On Windows, with the current eslint setup, you get this error: Expected linebreaks to be 'LF' but found 'CRLF'
.
The eslint site says this is because Unix and Windows have two different linebreaks.
Is there a better way to fix this besides adding "linebreak-style": 0,
to the .eslintrc
file?
Metadata
Metadata
Assignees
Labels
No labels
Activity