diff options
author | cheapie <no-email-for-you@example.com> | 2025-03-20 14:18:01 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2025-03-20 14:18:01 -0500 |
commit | d96f6dc105fd208f216d543a010fe0bdb4d7fca1 (patch) | |
tree | 7a44c62dd97a9cd216294235aa848703c18b3e9f /.luacheckrc | |
download | terumet_lite-d96f6dc105fd208f216d543a010fe0bdb4d7fca1.tar terumet_lite-d96f6dc105fd208f216d543a010fe0bdb4d7fca1.tar.gz terumet_lite-d96f6dc105fd208f216d543a010fe0bdb4d7fca1.tar.bz2 terumet_lite-d96f6dc105fd208f216d543a010fe0bdb4d7fca1.tar.xz terumet_lite-d96f6dc105fd208f216d543a010fe0bdb4d7fca1.zip |
Add initial content
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..c553e8d --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,5 @@ +read_globals = { + "core", + "default", + "doors", +} |