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
I have errors in Svelte files when I have CRLF symbols on the end of lines and enabled rule linebreak-style with windows style:
28:0 error Expected linebreaks to be 'CRLF' but found 'LF' linebreak-style
36:18 error Expected linebreaks to be 'CRLF' but found 'LF' linebreak-style
36:29 error Expected linebreaks to be 'CRLF' but found 'LF' linebreak-style
Hello!
I have errors in Svelte files when I have CRLF symbols on the end of lines and enabled rule
linebreak-style
withwindows
style:I think a cause of the problem is in this lines:
eslint-plugin-svelte3/index.js
Line 131 in db8aa82
eslint-plugin-svelte3/index.js
Line 142 in db8aa82
The text was updated successfully, but these errors were encountered: