-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
jslint fails with linebreak on windows #6912
Copy link
Copy link
Closed
Labels
toolsIssues and PRs related to the tools directory.Issues and PRs related to the tools directory.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
Activity
Metadata
Metadata
Assignees
Labels
toolsIssues and PRs related to the tools directory.Issues and PRs related to the tools directory.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
After e77e935 changes made by @Trott, jslint error fails on windows machine because
linebreak-stylerule expects linebreaks to beLFbut on windows they areCRLFand this fails thelinebreak-stylerule for all*.jsfiles.