226 Star 2.5K Fork 957

Archer / vue-element-plus-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 414 Bytes
一键复制 编辑 原始数据 按行查看 历史
kailong321200875 提交于 2021-12-11 11:46 . build(pinia): Add pinia
module.exports = {
printWidth: 100,
tabWidth: 2,
useTabs: false,
semi: false,
vueIndentScriptAndStyle: false,
singleQuote: true,
quoteProps: 'as-needed',
bracketSpacing: true,
trailingComma: 'none',
jsxSingleQuote: false,
arrowParens: 'always',
insertPragma: false,
requirePragma: false,
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
rangeStart: 0
}
TypeScript
1
https://gitee.com/kailong110120130/vue-element-plus-admin.git
git@gitee.com:kailong110120130/vue-element-plus-admin.git
kailong110120130
vue-element-plus-admin
vue-element-plus-admin
master

搜索帮助