From e4895280a637e06b5fade627401dd15e5286a13b Mon Sep 17 00:00:00 2001 From: Martijn de Boer Date: Sun, 16 Oct 2022 15:23:15 +0200 Subject: [PATCH] luacheckrc --- .luacheckrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .luacheckrc diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..e4cbfc6 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,2 @@ +new_globals = { '_', 'love' } +exclude_files = { '**/.*' }