incubator-answer icon indicating copy to clipboard operation
incubator-answer copied to clipboard

Fix windows endOfLine error

Open ppchart opened this issue 3 years ago • 0 comments

问题描述:

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

ppchart avatar Oct 25 '22 03:10 ppchart