diff options
Diffstat (limited to '.emmyrc.json')
| -rw-r--r-- | .emmyrc.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.emmyrc.json b/.emmyrc.json new file mode 100644 index 0000000..c2ac08a --- /dev/null +++ b/.emmyrc.json @@ -0,0 +1,23 @@ +{ + "$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json", + "workspace": { + "library": ["Umbrella/library"], + "workspaceRoots": [ + "mods/zombification-chance/42/media/lua", + "examples/JSSevereInfection42/42/media/lua", + "examples/3268487204/42.13/media/lua", + "examples/3581134738/42/media/lua" + ] + }, + "runtime": { + "requirePattern": [ + "shared/?.lua", + "client/?.lua", + "server/?.lua" + ], + "version": "Lua5.1" + }, + "diagnostics": { + "disable": ["unnecessary-if"] + } +}
\ No newline at end of file |
