diff options
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", +} |