diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..2b0f522 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,3 @@ +std = { + globals = {"foo", "bar"}, +}