2 Star 0 Fork 0

固本堂/gbt-jeecg-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
EDP-dd 提交于 2024-06-19 14:41 . first commit
module.exports = {
printWidth: 150,
tabWidth: 2,
useTabs: false,
semi: true, //语句末尾使用分号
vueIndentScriptAndStyle: true,
singleQuote: true, // 使用单引号
quoteProps: 'as-needed',
bracketSpacing: true,
trailingComma: 'es5',
jsxBracketSameLine: false,
jsxSingleQuote: false,
arrowParens: 'always',
insertPragma: false,
requirePragma: false,
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
rangeStart: 0,
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guben-hall/gbt-jeecg-web.git
git@gitee.com:guben-hall/gbt-jeecg-web.git
guben-hall
gbt-jeecg-web
gbt-jeecg-web
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385