mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-03 12:31:54 +08:00
Chore: update ESLint config
This commit is contained in:
@@ -15,6 +15,7 @@ const domainDeduper = (inputDomains) => {
|
||||
}
|
||||
|
||||
// delete all included subdomains (ends with `.example.com`)
|
||||
// eslint-disable-next-line sukka/unicorn/no-array-method-this-argument -- it is not an array
|
||||
trie.find(d, false).forEach(f => sets.delete(f));
|
||||
|
||||
// if `.example.com` exists, then `example.com` should also be removed
|
||||
|
||||
Reference in New Issue
Block a user