mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Chore: make ESLint and TypeScript happy
This commit is contained in:
@@ -35,7 +35,7 @@ export class SingboxSource extends BaseWriteStrategy {
|
||||
|
||||
static readonly jsonToLines = (json: unknown): string[] => stringify(json).split('\n');
|
||||
|
||||
private singbox: SingboxHeadlessRule = {
|
||||
private readonly singbox: SingboxHeadlessRule = {
|
||||
domain: [MARKER_DOMAIN],
|
||||
domain_suffix: [MARKER_DOMAIN]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user