From 21a38c37476fb1adeca1dfe135b18b39a55df0a2 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sat, 6 Jan 2024 11:06:37 -0500 Subject: [PATCH] Some diagnostic configs for lua editing. --- .luarc.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .luarc.json diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..6779f74 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,5 @@ +{ + "diagnostics.disable": [ + "missing-fields" + ] +} \ No newline at end of file