disable syntax-error because emmylua doesnt understand .123 being 0.123
This commit is contained in:
parent
5cb380cf68
commit
3334b01a11
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"diagnostics": {
|
||||
"disable": ["undefined-global"],
|
||||
"disable": ["undefined-global", "syntax-error"],
|
||||
"globals": [],
|
||||
"globalRegex": [
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue