luacheck
This commit is contained in:
parent
db989c3965
commit
c2be53fbcf
17
.luacheckrc
Normal file
17
.luacheckrc
Normal 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"},
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user