From 43f28cdff681dacb08f1468f9ca984e47b4eff68 Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Tue, 21 May 2024 02:24:50 -0700 Subject: [PATCH] EmmyLua: disable undefined-global hint --- .emmyrc.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .emmyrc.json diff --git a/.emmyrc.json b/.emmyrc.json new file mode 100644 index 00000000..d09c42b1 --- /dev/null +++ b/.emmyrc.json @@ -0,0 +1,10 @@ +{ + "diagnostics": { + "disable": ["undefined-global"], + "globals": [], + "globalRegex": [ + ], + "severity": { + } + } +} \ No newline at end of file