i3/.luacheckrc

18 lines
185 B
Plaintext
Raw Normal View History

2020-12-30 23:21:05 +01:00
unused_args = false
allow_defined_top = true
read_globals = {
"minetest",
"default",
"armor",
"vector",
"string",
"table",
"ItemStack",
}
globals = {
"craftguide",
"core",
}