1 Star 0 Fork 15

SeonYan/ibiz-next-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierrc.yaml 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
千反田丷 提交于 2023-04-24 15:35 . feat: 临时提交
# 起始格式化间隔
tabWidth: 2
# 使用单引号
singleQuote: true
# jsx 中使用单引号
jsxSingleQuote: true
# 对象中的 key 是否需要引号。as-needed: 只有在必须时才要
quoteProps: as-needed
# 每行结尾是否需要分号
trailingComma: all
# 括号中参数前后补充空格
bracketSpacing: true
# 箭头函数,参数是否添加括号
arrowParens: avoid
# jsx 元素最后末尾的 > ,换行放置
bracketSameLine: false
# 设置换行符
endOfLine: 'lf'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/seonyan/ibiz-next-vue3.git
git@gitee.com:seonyan/ibiz-next-vue3.git
seonyan
ibiz-next-vue3
ibiz-next-vue3
main

搜索帮助