forked from Simnation/Main
12 lines
No EOL
223 B
JSON
12 lines
No EOL
223 B
JSON
{
|
|
"Lua.diagnostics.globals": [
|
|
"lib",
|
|
"cache"
|
|
],
|
|
"Lua.diagnostics.disable": [
|
|
"cast-local-type",
|
|
"param-type-mismatch",
|
|
"need-check-nil",
|
|
"undefined-field"
|
|
]
|
|
} |