disable syntax-error because emmylua doesnt understand .123 being 0.123

This commit is contained in:
andrew6180 2024-05-21 02:40:15 -07:00
parent 5cb380cf68
commit 3334b01a11

View file

@ -1,6 +1,6 @@
{
"diagnostics": {
"disable": ["undefined-global"],
"disable": ["undefined-global", "syntax-error"],
"globals": [],
"globalRegex": [
],