From cf1e081ea7f655e4205869f349358081f959ef9e Mon Sep 17 00:00:00 2001 From: goyimnose Date: Wed, 25 Feb 2026 20:41:20 -0500 Subject: [PATCH] Delete .luarc.json --- .luarc.json | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .luarc.json diff --git a/.luarc.json b/.luarc.json deleted file mode 100644 index b1605b1..0000000 --- a/.luarc.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "runtime": { - "version": "LuaJIT", - "path": [ - "?.lua", - "?/init.lua", - "MPV/portable_config/scripts/uosc/scripts/uosc/?.lua", - "MPV/portable_config/scripts/uosc/scripts/uosc/?/init.lua", - "MPV/LUA/?.lua", - "MPV/LUA/?/init.lua" - ] - }, - "workspace": { - "library": [ - "MPV/portable_config/scripts/uosc/scripts/uosc", - "MPV/portable_config/scripts/uosc/scripts/uosc/lib", - "MPV/LUA" - ], - "checkThirdParty": false - }, - "diagnostics": { - "disable": [ - "undefined-global", - "undefined-field", - "need-check-nil" - ] - } -}