前端代码风格自动化系列(三)之Prettier+eslint 遇到问题原因://.prettierc.js{endOfLine: 'lf',}解决方案:通过编辑器将编辑器结束行改为LF,如下图.将endOfLine: 'auto' 2020-11-20 4333 0 代码格式化 美化代码