diff options
Diffstat (limited to '.luarc.json')
-rw-r--r-- | .luarc.json | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/.luarc.json b/.luarc.json deleted file mode 100644 index 32fa50a7..00000000 --- a/.luarc.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "diagnostics": { - "disable": [ - "close-non-object" - ], - "neededFileStatus": { - "undefined-field": "Any", - "await-in-sync": "Any", - "not-yieldable": "Any", - "discard-returns": "Any", - "redundant-parameter": "Any", - "missing-parameter": "Any", - "need-check-nil": "Any", - "redundant-value": "Any", - "deprecated": "Any" - }, - "ignoredFiles": "Opened", - "libraryFiles": "Opened" - }, - "runtime": { - "version": "Lua 5.4", - "path": [ - "script/?.lua", - "script/?/init.lua", - "test/?.lua", - "test/?/init.lua" - ], - "pathStrict": true - }, - "workspace": { - "maxPreload": 1600, - "preloadFileSize": 1000, - "ignoreDir": [ - "locale/", - "libs/", - "3rd", - ".vscode", - "meta" - ], - "library": [ - "script/meta", - "bin" - ] - } -} |