Bypassing lint/prettier errors #112
|
Quick question: what is the best way to bypass the hundreds of |
Answered by
VulpesVulpes825
Dec 2, 2021
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. |
5 replies
|
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. |
6 replies
Answer selected by
VulpesVulpes825
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.