2 Star 4 Fork 0

万界规划局/InPageEdit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierrc.cjs 252 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dragon-Fish 提交于 2023-08-24 17:35 +08:00 . refactor!: hey, it's modern times
// https://prettier.io/docs/en/options.html
module.exports = {
tabWidth: 2,
useTabs: false,
semi: false,
singleQuote: true,
quoteProps: 'as-needed',
trailingComma: 'es5',
bracketSpacing: true,
arrowParens: 'always',
printWidth: 80,
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wjghj-project/InPageEdit.git
git@gitee.com:wjghj-project/InPageEdit.git
wjghj-project
InPageEdit
InPageEdit
master

搜索帮助