Add .luacheckrc, remove selene.toml

This commit is contained in:
Sage Vaillancourt 2025-02-16 18:43:09 -05:00
parent db1409d94d
commit 6007ac971f
2 changed files with 4 additions and 1 deletions

4
.luacheckrc Normal file
View File

@ -0,0 +1,4 @@
std = "lua54+playdate"
stds.project = {
read_globals = {"playdate"}
}

View File

@ -1 +0,0 @@
std = "lua53"