1 Star 0 Fork 83

dizhu/bootstrap-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
prettier.config.mjs 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
export default {
//字符串格式单引号 true:启用 https://prettier.io/docs/en/options#quotes
singleQuote: true,
//在语句末尾打印分号 false:不启用
semi: false,
// 对象两边是否要保持空格 true:保持 false:不保持
bracketSpacing: true,
// 行尾规则 auto:维护现有的行结尾 https://prettier.io/docs/en/options#end-of-line
endOfLine: "auto",
//尾随逗号 all:尽可能使用尾随逗号 https://prettier.io/docs/en/options#trailing-commas
trailingComma: "all",
//缩进占两个tab
tabWidth: 2
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/johnnyhg/bootstrap-admin.git
git@gitee.com:johnnyhg/bootstrap-admin.git
johnnyhg
bootstrap-admin
bootstrap-admin
2.x

搜索帮助