3 Star 19 Fork 11

Sunner/ChatALL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierrc.js 172 Bytes
一键复制 编辑 原始数据 按行查看 历史
隔壁老樊 提交于 2023-08-01 14:30 . style: prettier add endOfLine
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: false,
printWidth: 80,
tabWidth: 2,
plugins: ["prettier-plugin-vue"],
endOfLine: "auto",
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sunner_sun/ChatALL.git
git@gitee.com:sunner_sun/ChatALL.git
sunner_sun
ChatALL
ChatALL
main

搜索帮助