fix(smartstatus): Remove all tslint:disable-next-line comments for max-classes-per-file rule

This commit is contained in:
2024-12-25 21:00:13 +01:00
parent 5b1c917137
commit 29d813bc14
6 changed files with 6 additions and 33 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-12-25 - 1.1.1 - fix(smartstatus)
Remove all tslint:disable-next-line comments for max-classes-per-file rule
- Code cleanup by removing unnecessary tslint comments for disabling max-classes-per-file rule.
## 2024-12-25 - 1.1.0 - feat(ci)
Set up GitHub Actions workflows for CI/CD