3 Star 5 Fork 1

Bytedance Inc./UI-TARS-desktop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierrc.mjs 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
Charles 提交于 2025-02-20 14:50 +08:00 . feat: add ui-tars GUI Agent SDK (#110)
/**
* Copyright (c) 2025 Bytedance, Inc. and its affiliates.
* SPDX-License-Identifier: Apache-2.0
*/
export default {
arrowParens: 'always',
bracketSameLine: false,
bracketSpacing: true,
semi: true,
experimentalTernaries: false,
singleQuote: true,
jsxSingleQuote: false,
quoteProps: 'as-needed',
trailingComma: 'all',
singleAttributePerLine: false,
htmlWhitespaceSensitivity: 'css',
vueIndentScriptAndStyle: false,
proseWrap: 'preserve',
insertPragma: false,
requirePragma: false,
tabWidth: 2,
useTabs: false,
embeddedLanguageFormatting: 'auto',
endOfLine: 'auto',
// importOrder: [
// '^node:(.*)$',
// '<THIRD_PARTY_MODULES>',
// '^@ui-tars/(.*)$',
// '^@main/(.*)$',
// '^@shared/(.*)$',
// '^@renderer/(.*)$',
// '^@resources/(.*)$',
// '^[./]',
// ],
// importOrderSeparation: true,
// importOrderSortSpecifiers: true,
// https://github.com/trivago/prettier-plugin-sort-imports/issues/229
// plugins: ['@trivago/prettier-plugin-sort-imports'],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ByteDance/UI-TARS-desktop.git
git@gitee.com:ByteDance/UI-TARS-desktop.git
ByteDance
UI-TARS-desktop
UI-TARS-desktop
main

搜索帮助