Housekeeping & Make ESLint Happy

This commit is contained in:
SukkaW
2024-06-24 19:22:33 +08:00
parent 671f267dff
commit a5829cc6bd
7 changed files with 20 additions and 20 deletions

View File

@@ -61,9 +61,9 @@ export const parseDomesticList = async () => {
}
};
await Promise.all([
runAgainstRuleset(path.resolve(import.meta.dir, '../List/non_ip/domestic.conf'))
]);
// await Promise.all([
await runAgainstRuleset(path.resolve(import.meta.dir, '../List/non_ip/domestic.conf'));
// ]);
console.log(notIncludedDomestic.size, notIncludedDomestic);
};