1 Star 0 Fork 11

开源学习项目/uniapp+vite+vue3+pinia+ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierrc.cjs 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
周艳凯 提交于 2023-07-27 10:18 . test husky
module.exports = {
stylelintIntegration: true,
eslintIntegration: true,
printWidth: 80, //单行长度
tabWidth: 4, //缩进长度
useTabs: false, //使用空格代替tab缩进
semi: true, //句末使用分号
singleQuote: true, //使用单引号
endOfLine: 'auto'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/open-source-learning-projects/uniapp-vite-vue3-pinia-ts.git
git@gitee.com:open-source-learning-projects/uniapp-vite-vue3-pinia-ts.git
open-source-learning-projects
uniapp-vite-vue3-pinia-ts
uniapp+vite+vue3+pinia+ts
master

搜索帮助