From 105c3d60ecd0d57288cc066226a22f223d18f21c Mon Sep 17 00:00:00 2001 From: pluviolithic Date: Sat, 3 Feb 2024 23:43:19 -0500 Subject: [PATCH] Add .luaurc --- .luaurc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .luaurc diff --git a/.luaurc b/.luaurc new file mode 100644 index 0000000..fd2a859 --- /dev/null +++ b/.luaurc @@ -0,0 +1,3 @@ +{ + "languageMode": "nonstrict" +} \ No newline at end of file