4 Star 13 Fork 13

zijun/simple-vite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.prettierrc.js 457 Bytes
一键复制 编辑 原始数据 按行查看 历史
devin 提交于 2021-02-24 18:02 . feat(*): 新增icon链接
/*
* @Overview : prettier config
* @Author : Zi Jun
* @Email : zijun2030@163.com
* @Date : 2021-02-20 09:04:22
* @LastEditTime : 2021-02-24 17:58:34
* @LastEditors : Zi Jun
* @FilePath : \simple-vite\.prettierrc.js
* @Mark : Do not edit
*/
module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 100,
tabWidth: 2,
useTabs: true,
endOfLine: 'auto',
bracketSpacing: true,
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/zijun2030/simple-vite.git
git@gitee.com:zijun2030/simple-vite.git
zijun2030
simple-vite
simple-vite
master

搜索帮助