2 Star 12 Fork 2

swordCodePractice / app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.prettierrc 389 Bytes
一键复制 编辑 原始数据 按行查看 历史
Seho 提交于 2021-09-05 10:31 . 🔧 build: 修改外层项目架构
{
"singleQuote": true,
"trailingComma": "none",
"printWidth": 160,
"tabWidth": 2,
"tabs": false,
"semi": true,
"quoteProps": "as-needed",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"htmlWhitespaceSensitivity": "ignore",
"useTabs": false,
"jsxSingleQuote": false,
"arrowParens": "always",
"rangeStart": 0,
"proseWrap": "always",
"endOfLine": "lf"
}
TypeScript
1
https://gitee.com/sword-code-practice/app.git
git@gitee.com:sword-code-practice/app.git
sword-code-practice
app
app
master

搜索帮助