Files
ylst-h5/.prettierrc.json
陈昱达 f6f5d82c0d feat: 添加分页组件和配置
- 新增 PageConfig 组件用于分页设置
- 新增 Paging 组件用于显示分页信息
- 添加自定义样式和布局
2025-03-03 11:04:50 +08:00

9 lines
163 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}