13 lines
245 B
JSON
13 lines
245 B
JSON
{
|
|
"Lua.diagnostics.disable": [
|
|
"different-requires",
|
|
"need-check-nil",
|
|
"cast-local-type",
|
|
"undefined-field",
|
|
"inject-field"
|
|
],
|
|
"Lua.diagnostics.globals": [
|
|
"love",
|
|
"str"
|
|
]
|
|
} |