feat: 添加 mongoose 数据库模型 JS 规范文档,并更新基础规范中的常量命名检查说明

This commit is contained in:
Lyda
2026-01-31 19:19:02 +08:00
parent 31a62cf0a6
commit 3caee6c45b
2 changed files with 324 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
## 常量名使用大写加下划线命名UPPER_CASE单词间以下划线分隔 `[JsTs.Base.ConstUpperCase]`
- 不检查 nodejs 的导包定义,比如 `const fs = require("fs")`
### Good
```javascript