Make ESLint Happy [skip ci]

This commit is contained in:
SukkaW
2025-02-23 23:13:54 +08:00
parent e321b1d9a4
commit 9f948943ee
2 changed files with 3 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ export abstract class BaseWriteStrategy {
public abstract readonly type: 'domainset' | 'non_ip' | 'ip' | (string & {});
abstract readonly fileExtension: 'conf' | 'txt' | 'json' | 'sgmodule' /* | (string & {}) */;
abstract readonly fileExtension: 'conf' | 'txt' | 'json' | 'sgmodule'; /* | (string & {}) */
constructor(public readonly outputDir: string) {}