1 Star 0 Fork 168

147葡萄/Bim3dEditor

forked from songmy/Bim3dEditor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierrc.cjs 600 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
singleQuote: true,
// 以下为 @trivago/prettier-plugin-sort-imports 配置,若未使用可删去
// importOrder 中的文件顺序规范,可依据项目实际情况自行更改
plugins: [require.resolve('@trivago/prettier-plugin-sort-imports')],
importOrder: [
'^vite',
'^react',
'<THIRD_PARTY_MODULES>',
'components/',
'pages/',
'hooks/',
'utils/',
'^[./]',
],
importOrderSortSpecifiers: true,
importOrderGroupNamespaceSpecifiers: true,
importOrderCaseInsensitive: true,
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/grapes147/bim3d-editor.git
git@gitee.com:grapes147/bim3d-editor.git
grapes147
bim3d-editor
Bim3dEditor
master

搜索帮助