From b744faa2e42ed37459fe3edb69c1149146233e5b Mon Sep 17 00:00:00 2001 From: ne_mene Date: Sun, 8 Mar 2026 22:21:42 +0100 Subject: let there be light --- .luarc.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .luarc.json (limited to '.luarc.json') diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..7a1b616 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,8 @@ +{ + "diagnostics": { + "globals": ["love"], + "disable": [ + "lowercase-global" + ] + } +} -- cgit v1.3-2-g0d8e