bed_rock-cd2025/.luacheckrc
2024-11-14 19:09:59 +01:00

18 lines
188 B
Lua

-- SPDX-FileCopyrightText: 2024 DS
--
-- SPDX-License-Identifier: CC0-1.0
ignore = {}
read_globals = {
"core",
"vector",
"beds",
"default",
}
globals = {
beds = {"skip_night"},
}