Ai
1 Star 0 Fork 0

凌攻玉/LibreChat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
prettier.config.js 462 Bytes
一键复制 编辑 原始数据 按行查看 历史
Danny Avila 提交于 2024-06-16 00:17 +08:00 . ✨ v0.7.3 (#3067)
// v0.7.3
module.exports = {
tailwindConfig: './client/tailwind.config.cjs',
printWidth: 100,
tabWidth: 2,
useTabs: false,
semi: true,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'always',
embeddedLanguageFormatting: 'auto',
insertPragma: false,
proseWrap: 'preserve',
quoteProps: 'as-needed',
requirePragma: false,
rangeStart: 0,
endOfLine: 'auto',
jsxSingleQuote: false,
plugins: ['prettier-plugin-tailwindcss'],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ling_gongyu/LibreChat.git
git@gitee.com:ling_gongyu/LibreChat.git
ling_gongyu
LibreChat
LibreChat
LLM-kb-access

搜索帮助