we_undo/.luacheckrc
2020-10-11 18:07:16 +02:00

19 lines
261 B
Lua

read_globals = {
"dump",
"vector",
"VoxelArea",
minetest = {
fields = {
add_node = {
read_only = false
},
registered_chatcommands = {
read_only = false,
other_fields = true
}
},
other_fields = true
}
}
globals = {"worldedit"}