Files
NetMount/.prettierrc
VirtualHotBar 784565d38a feat: 添加存储库模式实现和类型安全增强
引入存储库模式解耦全局状态管理,增强类型安全性
添加常量定义文件集中管理魔术字符串
重构多处类型不安全的代码为类型安全实现
添加husky和lint-staged配置实现代码提交前自动格式化
2026-02-11 16:28:17 +08:00

11 lines
180 B
Plaintext

{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100,
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf"
}