ml-opensource / admin-panel-template-reactjs

25 stars 10 forks source link

delete ‘␍’eslint (prettier / prettier) error appears on Windows machine #124

Closed somratAtSekaiLab closed 3 years ago

somratAtSekaiLab commented 3 years ago

Possible sosution: https://developpaper.com/solution-to-delete-%E2%90%8Deslint-prettier-prettier-error/

somratAtSekaiLab commented 3 years ago

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.