prettierrc格式化常用配置

#最大长度
printWidth: 140

#单引号
singleQuote: true

tabWidth: 2

useTabs: false

# 句尾添加分号
semi: false

# js and ts rules: (x) => {} 箭头函数参数只有一个时是否要有小括号。avoid:省略括号
arrowParens: avoid

# 在对象,数组括号与文字之间加空格 "{ foo: bar }"
bracketSpacing: true

# 在对象或数组最后一个元素后面是否加逗号(在ES5中加尾逗号)
trailingComma: none

posted @ 2022-07-13 15:45  喵师傅  阅读(549)  评论(0编辑  收藏  举报