1 Star 0 Fork 56

折木/undraw-ui

forked from undraw/undraw-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierrc.js 590 Bytes
一键复制 编辑 原始数据 按行查看 历史
readpage 提交于 2022-09-30 07:37 . 🔥
module.exports = {
singleQuote: true, // 使用单引号, 默认false(在jsx中配置无效, 默认都是双引号)
semi: false, // 使用分号, 默认true
printWidth: 120, // 每行超过多少字符自动换行
arrowParens: 'avoid', // avoid 能省略括号的时候就省略 例如x => x
bracketSpacing: true, // 对象中的空格 默认true
trailingComma: 'none', // all 包括函数对象等所有可选
tabWidth: 2, // tab缩进大小,默认为2
useTabs: false, // 使用tab缩进,默认false
endOfLine: 'auto',
htmlWhitespaceSensitivity: 'ignore',
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/q-_-p/undraw-ui.git
git@gitee.com:q-_-p/undraw-ui.git
q-_-p
undraw-ui
undraw-ui
master

搜索帮助