forked from MapComplete/MapComplete
Chore: lint code
This commit is contained in:
parent
40e894df8b
commit
8173fb15b9
7 changed files with 29 additions and 38 deletions
|
@ -43,12 +43,9 @@ class LuaSnippets {
|
|||
or.push(new RegexTag(k, v))
|
||||
})
|
||||
})
|
||||
const features = or.map((t) => t.asHumanString(false, false, {}))
|
||||
const features = or.map((t) => t.asHumanString(false, false, {}))
|
||||
features.sort()
|
||||
console.log(
|
||||
"Polygon features are:",
|
||||
features
|
||||
)
|
||||
console.log("Polygon features are:", features)
|
||||
return { blacklist: new Or(blacklisted), whitelisted: new Or(or) }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue