1 Star 0 Fork 111

大盖伦 / react-jwchat

forked from SiroSong / react-jwchat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.prettierrc.js 416 Bytes
一键复制 编辑 原始数据 按行查看 历史
SiroSong 提交于 2023-08-01 14:02 . init
module.exports = {
pluginSearchDirs: false,
plugins: [
require.resolve("prettier-plugin-organize-imports"),
require.resolve("prettier-plugin-packagejson"),
],
printWidth: 80,
proseWrap: "never",
singleQuote: false,
trailingComma: "all",
semi: false,
jsxBracketSameLine: true,
overrides: [
{
files: "*.md",
options: {
proseWrap: "preserve",
},
},
],
};
TypeScript
1
https://gitee.com/garenkill/react-jwchat.git
git@gitee.com:garenkill/react-jwchat.git
garenkill
react-jwchat
react-jwchat
main

搜索帮助