delete ‘␍’eslint (prettier / prettier) error appears on Windows machine #126
Answered
by
somratAtSekaiLab
somratAtSekaiLab
asked this question in
General
-
Possible solutions: |
Beta Was this translation helpful? Give feedback.
Answered by
somratAtSekaiLab
Nov 3, 2021
Replies: 1 comment
-
As this issue is caused by git config, we have to set
Note: After global configuration, you need to pull the code again. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
somratAtSekaiLab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As this issue is caused by git config, we have to set
autocrlf
to false globally.git config --global core.autocrlf false
Note: After global configuration, you need to pull the code again.