diff options
Diffstat (limited to '.luarc.json')
-rw-r--r-- | .luarc.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.luarc.json b/.luarc.json index 5a32f889..6ace9089 100644 --- a/.luarc.json +++ b/.luarc.json @@ -11,7 +11,8 @@ "neededFileStatus": { "undefined-field": "Any", "await-in-sync": "Any", - "not-yieldable": "Any" + "not-yieldable": "Any", + "discard-returns": "Any" }, "ignoredFiles": "Opened", "libraryFiles": "Opened" @@ -19,10 +20,10 @@ "runtime": { "version": "Lua 5.4", "path": [ - "?.lua", "script/?.lua", "script/?/init.lua" - ] + ], + "pathStrict": true }, "workspace": { "maxPreload": 1600, |