mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Make ESLint Happy [skip ci]
This commit is contained in:
@@ -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) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user