Chore: make ESLint and TypeScript happy

This commit is contained in:
SukkaW
2025-08-07 22:28:15 +08:00
parent ce924cfd2e
commit 807fc19a46
7 changed files with 188 additions and 189 deletions

View File

@@ -148,7 +148,7 @@ export class SurgeMitmSgmodule extends BaseWriteStrategy {
readonly fileExtension = 'sgmodule';
readonly type = '';
private rules = new Set<string>();
private readonly rules = new Set<string>();
protected get result() {
if (this.rules.size === 0) {