error: Expected linebreaks to be ‘LF’ but found ‘CRLF’
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
这就是eslint的报错了,可能是原作者用的事linux系统。
只需在eslintrc文件里面将
/*eslint linebreak-style: ["error", "unix"]*/
改成
/*eslint linebreak-style: ["error", "windows"]*/
(我用的是windows):
或者 'linebreak-style': ["off", "windows"],
如图:
如果没有直接添加相应的linebreak-style属性即可。
我是这么干的:
git config --global core.autocrlf false----------------------------zs 然后在工作区设置(如通过vscode f1打开工作区设置搜索crlf 进行设置是windos的换行还是linux的换行)
记得需要先设置在git clone代码
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)