lint: stricter type checking

This commit is contained in:
Steven Arcangeli 2024-08-16 15:19:55 -07:00
parent 6741f1062d
commit c5775a888a

9
.luarc.json Normal file
View file

@ -0,0 +1,9 @@
{
"runtime": {
"version": "LuaJIT",
"pathStrict": true
},
"type": {
"checkTableShape": true
}
}