197 Star 2.1K Fork 2.3K

JEECG / jeecgboot-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
JEECG 提交于 2022-09-22 14:05 . 代码格式化格式调整
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,
};
JavaScript
1
https://gitee.com/jeecg/jeecgboot-vue3.git
git@gitee.com:jeecg/jeecgboot-vue3.git
jeecg
jeecgboot-vue3
jeecgboot-vue3
master

搜索帮助