Lint site.moon

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent bb90a3eaa5
commit 40ed4736e1
4 changed files with 35 additions and 17 deletions

View File

@@ -1,7 +1,9 @@
return {
whitelist_globals = {
["site.moon"] = {
"add"
"add",
"filter",
"copy"
}
}
}