incubator-answer
incubator-answer copied to clipboard
Fix windows endOfLine error
问题描述:
在 Windows 启动 UI 前端项目时,Eslint 报错 Delete ␍
问题原因:
由于行尾风格配置导致
解决方案:
使用 auto 自动匹配风格
Problem Description:
Eslint reports Delete ␍ error when starting UI front-end project on Windows
problem causes:
Due to line ending style configuration
solution:
Use auto to automatically match styles