2 Star 1 Fork 2

前端研究院/syt-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
prettier.config.js 750 Bytes
一键复制 编辑 原始数据 按行查看 历史
CQQ 提交于 2023-05-09 10:36 . 'init'
/** 配置项文档:https://prettier.io/docs/en/configuration.html */
module.exports = {
/** 每一行的宽度 */
printWidth: 100,
/** Tab 键的空格数 */
tabWidth: 2,
/** 在对象中的括号之间是否用空格来间隔 */
bracketSpacing: true,
/** 箭头函数的参数无论有几个,都要括号包裹 */
arrowParens: "always",
/** 换行符的使用 */
endOfLine: "auto",
/** 是否采用单引号 */
singleQuote: false,
/** 对象或者数组的最后一个元素后面不要加逗号 */
trailingComma: "none",
/** 是否加分号 */
semi: false,
// /** HTML多个 attribute 的元素应该分多行撰写 */
// singleAttributePerLine: true,
/** 是否使用 Tab 格式化 */
useTabs: false
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guigu-fe/syt-vue3.git
git@gitee.com:guigu-fe/syt-vue3.git
guigu-fe
syt-vue3
syt-vue3
master

搜索帮助