disable syntax-error because emmylua doesnt understand .123 being 0.123
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"diagnostics": {
|
||||
"disable": ["undefined-global"],
|
||||
"disable": ["undefined-global", "syntax-error"],
|
||||
"globals": [],
|
||||
"globalRegex": [
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user