28 Star 87 Fork 22

DWZ团队 / dwz_mobile_app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.prettierrc.js 326 Bytes
一键复制 编辑 原始数据 按行查看 历史
张慧华 提交于 2020-12-12 23:14 . 人脸识别示例
module.exports = {
useTabs: true,
tabWidth: 2, // tab 占据两个空格
semi: true, // 语句结尾的分号
singleQuote: true, // 单引号
trailingComma: 'none',
bracketSpacing: true,
printWidth: 240, // 超过最大值换行
htmlWhitespaceSensitivity: 'ignore',
jsxBracketSameLine: false,
requirePragma: false
};
JavaScript
1
https://gitee.com/dwzteam/dwz_mobile_app.git
git@gitee.com:dwzteam/dwz_mobile_app.git
dwzteam
dwz_mobile_app
dwz_mobile_app
master

搜索帮助