2 Star 0 Fork 0

lihaorangood/jackui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierrc.js 729 Bytes
一键复制 编辑 原始数据 按行查看 历史
jinou 提交于 2023-12-08 14:16 . feat: tooltip-v2 comp complete 1
/*
* @Description:
* @version: 1.0.0
* @Author: JackLee
* @email: chinajackleeinbozhou@gmail.com
* @Date: 2023-09-14 15:05:16
* @LastEditors: JackLee
* @LastEditTime: 2023-12-08 13:59:50
*/
// .prettierrc.js
module.exports = {
// 一行最多字符
printWidth: 120,
// 使用 2 个空格缩进
tabWidth: 4,
// 不使用缩进符,而使用空格
useTabs: false,
// 行尾需要有分号
semi: true,
// 使用单引号
singleQuote: true,
// 末尾需要有逗号
trailingComma: 'all',
// 大括号内的首尾需要空格
bracketSpacing: true,
// 标签闭合不换行
bracketSameLine: true,
// 箭头函数尽量简写
arrowParens: 'avoid',
// 行位换行符
endOfLine: 'lf',
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lihaorangood/jackui.git
git@gitee.com:lihaorangood/jackui.git
lihaorangood
jackui
jackui
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385