This repository has been archived on 2024-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
chat_formspec/.luacheckrc
2024-01-04 00:21:21 +01:00

8 lines
217 B
Lua

-- based on https://gitea.your-land.de/your-land/bugtracker/wiki/luacheck%2C-stylua%2C-pre-commit
std = "lua51+chat_formspec"
stds.chat_formspec = {
read_globals = {"minetest"},
globals = {"chat_formspec"}
}