Update .luacheckrc

This commit is contained in:
OgelGames 2023-08-01 23:43:13 +10:00
parent 3ce051a4e7
commit 6072a1f683
1 changed files with 2 additions and 5 deletions

View File

@ -1,13 +1,10 @@
globals = {
"hangglider",
"areas"
"areas",
}
read_globals = {
-- Minetest
"minetest",
"vector", "ItemStack",
-- Mod deps
"player_monoids"
"player_monoids",
}