From 3334b01a113e41e6ca45ca58ff601b01802f7e7f Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Tue, 21 May 2024 02:40:15 -0700 Subject: [PATCH] disable syntax-error because emmylua doesnt understand `.123` being `0.123` --- .emmyrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emmyrc.json b/.emmyrc.json index d09c42b1..f0182371 100644 --- a/.emmyrc.json +++ b/.emmyrc.json @@ -1,6 +1,6 @@ { "diagnostics": { - "disable": ["undefined-global"], + "disable": ["undefined-global", "syntax-error"], "globals": [], "globalRegex": [ ],