diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..488c6fe --- /dev/null +++ b/.luarc.json @@ -0,0 +1,10 @@ +{ + "diagnostics.globals": [ + "checkArg", + "computer", + "component" + ], + "diagnostics.disable": [ + "lowercase-global" + ] +} \ No newline at end of file