mirror of
https://github.com/VirtualHotBar/NetMount.git
synced 2026-05-07 05:38:52 +08:00
引入存储库模式解耦全局状态管理,增强类型安全性 添加常量定义文件集中管理魔术字符串 重构多处类型不安全的代码为类型安全实现 添加husky和lint-staged配置实现代码提交前自动格式化
5 lines
58 B
Bash
5 lines
58 B
Bash
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx lint-staged
|