You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one may be WAI because gts is supposed to be opinionated. But with default git settings, which instruct git to automatically convert LF to CRLF for text files on Windows, it is not working well out of the box. More about this in https://eslint.org/docs/rules/linebreak-style#using-this-rule-with-version-control-systems ("Using this rule with version control systems" section).
Anyway, if the intention is to leave the enforcement with "unix", maybe you'd like to add this link to README?
For posterity: I'm getting these errors from our CI which builds on Windows (btw -- doesn't happen on Mac builds):
Tried GTS in my project managed by Git and got lots of such errors. I completely agree that this behavior on Windows machines should be mentioned in the README.md.
This one may be WAI because gts is supposed to be opinionated. But with default git settings, which instruct git to automatically convert LF to CRLF for
text
files on Windows, it is not working well out of the box. More about this in https://eslint.org/docs/rules/linebreak-style#using-this-rule-with-version-control-systems ("Using this rule with version control systems" section).Anyway, if the intention is to leave the enforcement with "unix", maybe you'd like to add this link to README?
For posterity: I'm getting these errors from our CI which builds on Windows (btw -- doesn't happen on Mac builds):
The text was updated successfully, but these errors were encountered: