1 Star 0 Fork 660

chyj77 / vue-vben-admin

forked from anncwb / vue-vben-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 442 Bytes
一键复制 编辑 原始数据 按行查看 历史
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: 'auto',
rangeStart: 0,
};
1
https://gitee.com/chyj77/vue-vben-admin.git
git@gitee.com:chyj77/vue-vben-admin.git
chyj77
vue-vben-admin
vue-vben-admin
main

搜索帮助