mirror of
https://github.com/SukkaW/Surge.git
synced 2026-07-29 17:31:46 +08:00
Make ESLint Happy
This commit is contained in:
@@ -21,8 +21,8 @@ import { MARKER_DOMAIN } from './constants/description';
|
||||
}
|
||||
}, 'ruleset');
|
||||
|
||||
await runAgainstSourceFile(path.join(OUTPUT_SURGE_DIR, 'non_ip', 'global.conf'), (domain, includeAllSubDomain) => {
|
||||
trie.add(domain, includeAllSubDomain);
|
||||
await runAgainstSourceFile(path.join(OUTPUT_SURGE_DIR, 'non_ip', 'global.conf'), (domain, includeAllSubdomain) => {
|
||||
trie.add(domain, includeAllSubdomain);
|
||||
}, 'ruleset');
|
||||
|
||||
ICP_TLD.forEach(tld => trie.whitelist(tld, true));
|
||||
|
||||
Reference in New Issue
Block a user