feat(typescript): add standards docs and sync rewrite coverage

This commit is contained in:
csh
2026-02-24 17:30:43 +08:00
parent 872c1afc24
commit 1f46203299
12 changed files with 360 additions and 12 deletions
+1
View File
@@ -18,6 +18,7 @@
- `rulesets/tsl/`TSL 相关规则集(适用于 `.tsl`/`.tsf`
- `rulesets/cpp/`:C++ 相关规则集(C++23,含 Modules
- `rulesets/python/`Python 相关规则集
- `rulesets/typescript/`TypeScript/JavaScript 相关规则集
- `rulesets/markdown/`:Markdown 相关规则集(仅代码格式化)
目标项目落地时,通过 `scripts/playbook.py``[sync_standards]`