mirror of
https://github.com/VirtualHotBar/NetMount.git
synced 2026-09-03 07:18:00 +08:00
引入存储库模式解耦全局状态管理,增强类型安全性 添加常量定义文件集中管理魔术字符串 重构多处类型不安全的代码为类型安全实现 添加husky和lint-staged配置实现代码提交前自动格式化
11 lines
180 B
Plaintext
11 lines
180 B
Plaintext
{
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"printWidth": 100,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf"
|
|
}
|