1 Star 0 Fork 1

shech / vite-vue3-admin

forked from repo3rd / vite-vue3-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 440 Bytes
一键复制 编辑 原始数据 按行查看 历史
buqiyuan 提交于 2021-04-21 12:02 . style: use prettier to format code
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: 'lf',
rangeStart: 0,
};
1
https://gitee.com/swantb/vite-vue3-admin.git
git@gitee.com:swantb/vite-vue3-admin.git
swantb
vite-vue3-admin
vite-vue3-admin
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891