mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-07-26 18:36:23 +09:00
Fix lint for global usage
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user