1 Star 2 Fork 0

最帅的坏兔子/vue-vben-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
prettier.config.js 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
ANN 提交于 2021-01-19 22:33 +08:00 . chore: update readme.md
module.exports = {
printWidth: 100,
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: 'lf',
rangeStart: 0,
overrides: [
{
files: '*.md',
options: {
tabWidth: 2,
},
},
],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huanxingan1314/vue-vben-admin.git
[email protected]:huanxingan1314/vue-vben-admin.git
huanxingan1314
vue-vben-admin
vue-vben-admin
main

搜索帮助