26 Star 219 Fork 54

turnon / blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 208 Bytes
一键复制 编辑 原始数据 按行查看 历史
turnon 提交于 2023-02-10 17:02 . docs: 更新文档
/**
* @see https://prettier.io/docs/en/options.html
* @see https://prettier.io/docs/en/configuration.html
*/
module.exports = {
tabWidth: 2,
semi: false,
singleQuote: true,
trailingComma: 'none'
}
JavaScript
1
https://gitee.com/turnon/blog.git
git@gitee.com:turnon/blog.git
turnon
blog
blog
master

搜索帮助