Skip to content

Commit

Permalink
lint: stricter type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Aug 16, 2024
1 parent 6741f10 commit c5775a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .luarc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"runtime": {
"version": "LuaJIT",
"pathStrict": true
},
"type": {
"checkTableShape": true
}
}

0 comments on commit c5775a8

Please sign in to comment.