Bypassing lint/prettier errors #112
-
Quick question: what is the best way to bypass the hundreds of |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
This is interesting. Are you on latest commit? In fact, prettier check is passed in the last few commits. I checked stack-overflow, it seems a windows specific issue. I will upload a change to eslint setting to fix the issue soon. |
Beta Was this translation helpful? Give feedback.
-
Set your code editor to use LF as line ending, rather than CRLF used in Windows. Check your code editor's doc for how to change it. For Jetbrain and VSCode, it is on the bottom right. |
Beta Was this translation helpful? Give feedback.
Set your code editor to use LF as line ending, rather than CRLF used in Windows. Check your code editor's doc for how to change it. For Jetbrain and VSCode, it is on the bottom right.