fix(mod_format): Reorder TypeScript formatting steps in mod_format module

This commit is contained in:
2024-10-27 02:18:13 +02:00
parent 23b361f26a
commit c76403a34c
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-10-27 - 1.10.3 - fix(mod_format)
Reorder TypeScript formatting steps in mod_format module
- Moved TypeScript configuration formatting earlier in the sequence for better logical consistency.
## 2024-10-27 - 1.10.2 - fix(format)
Add logging for tsconfig.json formatting