This commit is contained in:
Desour 2024-11-14 19:09:59 +01:00
parent db989c3965
commit c2be53fbcf

17
.luacheckrc Normal file
View File

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