1 Star 0 Fork 0

叶码/react模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.prettierrc.cjs 399 Bytes
一键复制 编辑 原始数据 按行查看 历史
叶码 提交于 2024-12-11 17:23 +08:00 . feat: 初始化项目
module.exports = {
// 每行最多的列
printWidth: 120,
// 用制表符缩进
useTabs: false,
// 行头缩进宽度
tabWidth: 4,
// 结尾是否分号
semi: false,
// 是否用单引号
singleQuote: true,
// JSX中单引号
jsxSingleQuote: true,
// 箭头函数括号
arrowParens: 'avoid',
// 符号文字空格
bracketSpacing: true,
// 是否尾随逗号
trailingComma: 'none'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ye-code/react-template.git
git@gitee.com:ye-code/react-template.git
ye-code
react-template
react模板
master

搜索帮助