diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..69ccd7a --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,11 @@ +globals = { + "techage_forceload", +} + +read_globals = { + "core", + "minetest", + "default", + "vector", + "VoxelArea", +} |