提交 81c6c259 作者: ZhangLingKun

功能:换行符问题修复

上级 4993c765
流水线 #7243 已通过 于阶段
in 4 分 27 秒
...@@ -37,7 +37,8 @@ ...@@ -37,7 +37,8 @@
"prettier/prettier": [ "prettier/prettier": [
"error", "error",
{ {
"singleQuote": true "singleQuote": true,
"endOfLine": "auto"
} }
], ],
"react/destructuring-assignment": "off", // Vscode doesn't support automatically destructuring, it's a pain to add a new variable "react/destructuring-assignment": "off", // Vscode doesn't support automatically destructuring, it's a pain to add a new variable
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论