diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..262b529 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,4 @@ +std = "lua54+playdate" +stds.project = { + read_globals = {"playdate"} +} diff --git a/selene.toml b/selene.toml deleted file mode 100644 index b47f536..0000000 --- a/selene.toml +++ /dev/null @@ -1 +0,0 @@ -std = "lua53" \ No newline at end of file