mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: make ESLint and TypeScript happy
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user