1 Star 1 Fork 2

邱权武(qiuquanwu)/vue-relation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierrc.js 331 Bytes
一键复制 编辑 原始数据 按行查看 历史
“yhpei” 提交于 2022-06-06 17:59 . 源代码上传
module.exports = {
printWidth: 200, // 每行代码长度(默认80)
tabWidth: 4, // 每个tab相当于多少个空格(默认2)
singleQuote: true, // 使用单引号(默认false)
semi: true, // 声明结尾使用分号(默认true)
trailingComma: 'none' // 多行使用拖尾逗号(默认none)
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/isfive/vue-relation.git
git@gitee.com:isfive/vue-relation.git
isfive
vue-relation
vue-relation
master

搜索帮助