mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-03 20:41:52 +08:00
Chore: introduce eslint to build script
This commit is contained in:
@@ -110,7 +110,7 @@ const BLACK_TLD = Array.from(new Set([
|
||||
if (
|
||||
count >= 5
|
||||
) {
|
||||
results.push('.' + domain);
|
||||
results.push(`.${domain}`);
|
||||
}
|
||||
});
|
||||
|
||||
@@ -132,5 +132,5 @@ const BLACK_TLD = Array.from(new Set([
|
||||
results
|
||||
),
|
||||
path.resolve(__dirname, '../List/domainset/reject_phishing.conf')
|
||||
)
|
||||
);
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user