Some diagnostic configs for lua editing.

This commit is contained in:
Jeremy Wall 2024-01-06 11:06:37 -05:00
parent 234f291d3a
commit 21a38c3747

5
.luarc.json Normal file
View File

@ -0,0 +1,5 @@
{
"diagnostics.disable": [
"missing-fields"
]
}