Add ability to add all files in a dir

This commit is contained in:
2025-06-16 20:16:37 -07:00
parent b5afc1c350
commit 189299876b
3 changed files with 22 additions and 37 deletions

7
lint_config.lua Normal file
View File

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