From da1504c9038293f3927bf5c961b95df6e1445088 Mon Sep 17 00:00:00 2001 From: cheapie Date: Fri, 17 Apr 2026 07:54:35 -0500 Subject: Add initial content --- .luacheckrc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .luacheckrc (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..d57e796 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,10 @@ +max_line_length = 160 + +globals = { + "core", +} + +read_globals = { + "vector", + "carts", +} -- cgit v1.2.3