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

@@ -25,7 +25,7 @@ export class FileOutput {
protected domainKeywords = new Set<string>();
private whitelistKeywords = new Set<string>();
private readonly whitelistKeywords = new Set<string>();
protected userAgent = new Set<string>();
protected processName = new Set<string>();