Meth | vuethink 前端部署 npm报错误 error Expected linebreaks to be 'CRLF' but found 'LF'
执行 npm run dev
错误 error Expected linebreaks to be 'CRLF' but found 'LF'
解决方法
在.eslintrc文件 rules 里面 配置 "linebreak-style": [0 ,"error", "windows"], //允许windows开发环境
执行 npm run dev
错误 error Expected linebreaks to be 'CRLF' but found 'LF'
解决方法
在.eslintrc文件 rules 里面 配置 "linebreak-style": [0 ,"error", "windows"], //允许windows开发环境