diff options
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index 84a52243..00fb61b0 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -116,6 +116,7 @@ files["plugins/"] = { }; globals = { -- Methods that can be set on module API + "module.ready", "module.unload", "module.add_host", "module.load", |