Fix lint for global usage

This commit is contained in:
Cooldude2606
2026-05-27 00:29:12 +01:00
parent b5cae0b0b7
commit 7318fc3602
+2
View File
@@ -5,5 +5,7 @@ Therefore, we advise that this should be the only file in your module to expose
Typically this would be your control file as shown in the example below Typically this would be your control file as shown in the example below
]] ]]
--- @diagnostic disable: global-element
-- Access using `/sc exp_groups.foo()` -- Access using `/sc exp_groups.foo()`
exp_groups = require("modules/exp_groups/control") exp_groups = require("modules/exp_groups/control")