lint: stricter type checking
This commit is contained in:
parent
f60bb7f793
commit
1360be5fda
9 changed files with 25 additions and 3 deletions
9
.luarc.json
Normal file
9
.luarc.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"runtime": {
|
||||
"version": "LuaJIT",
|
||||
"pathStrict": true
|
||||
},
|
||||
"type": {
|
||||
"checkTableShape": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue