1 Star 0 Fork 0

亻紫菜彡/front-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierrc.js 570 Bytes
一键复制 编辑 原始数据 按行查看 历史
yanminw 提交于 2019-06-20 09:12 +08:00 . 合并3.0.1
module.exports = {
trailingComma: 'es5',
tabWidth: 2, // tab空格
semi: true, // 结束是加分号
printWidth: 120, // 换行字符串阈值
semi: false, // 句末加分号
singleQuote: true, // 用单引号
trailingComma: 'none', // 最后一个对象元素加逗号
bracketSpacing: true, // 对象,数组加空格
jsxBracketSameLine: false, // jsx > 是否另起一行
arrowParens: 'avoid', // (x) => {} 是否要有小括号
requirePragma: false, // 是否要注释来决定是否格式化代码
proseWrap: 'preserve' // 是否要换行
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zicai1026/front-web.git
git@gitee.com:zicai1026/front-web.git
zicai1026
front-web
front-web
master

搜索帮助