mineclonia-cd2025/.luarc.json
2024-07-30 19:29:47 +02:00

32 lines
559 B
JSON

{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"hint.enable": true,
"runtime.version": "LuaJIT",
"diagnostics": {
"disable": [
"lowercase-global",
"redefined-local",
"undefined-field",
]
},
"diagnostics.globals": [
"minetest",
"core",
"dump",
"dump2",
"Raycast",
"Settings",
"PseudoRandom",
"PerlinNoise",
"VoxelManip",
"SecureRandom",
"VoxelArea",
"PerlinNoiseMap",
"PcgRandom",
"ItemStack",
"AreaStore",
"vector"
],
"workspace.ignoreDir": [".luacheckrc"]
}