hidden_doors_redo/.luacheckrc
2025-06-26 19:25:58 +02:00

11 lines
228 B
Lua

-- luanti standard currently only available on latest git
-- https://github.com/lunarmodules/luacheck?tab=readme-ov-file#building-and-testing
std = "lua51+luanti"
globals = {
"hidden_doors"
}
read_globals = {
"doors"
}