1 Star 0 Fork 2.3K

Peter / jeecgboot-vue3

forked from JEECG / jeecgboot-vue3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
printWidth: 200,
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,
};
JavaScript
1
https://gitee.com/cingpo/jeecgboot-vue3.git
git@gitee.com:cingpo/jeecgboot-vue3.git
cingpo
jeecgboot-vue3
jeecgboot-vue3
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891