1 Star 0 Fork 521

leo / JeeSite Vue3

forked from 卓源软件 / JeeSite Vue3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.prettierrc.cjs 544 Bytes
一键复制 编辑 原始数据 按行查看 历史
卓源软件 提交于 2024-01-23 12:42 . update .prettierrc.cjs
module.exports = {
printWidth: 100,
tabWidth: 2,
useTabs: false,
semi: true,
vueIndentScriptAndStyle: true,
singleQuote: true,
quoteProps: 'as-needed',
bracketSpacing: true,
trailingComma: 'all',
jsxSingleQuote: false,
arrowParens: 'always',
insertPragma: false,
requirePragma: false,
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
plugins: ['prettier-plugin-packagejson'],
overrides: [
{
files: '.*rc',
options: {
parser: 'json',
},
},
],
};
TypeScript
1
https://gitee.com/zzjl/jeesite-vue.git
git@gitee.com:zzjl/jeesite-vue.git
zzjl
jeesite-vue
JeeSite Vue3
main

搜索帮助