chore: move from luacheck to selene

This commit is contained in:
Micah Halter
2024-02-26 05:40:41 -05:00
parent b2b495ff0d
commit 5a47cc12f1
3 changed files with 14 additions and 16 deletions

8
selene.toml Normal file
View File

@ -0,0 +1,8 @@
std = "neovim"
[rules]
global_usage = "allow"
if_same_then_else = "allow"
incorrect_standard_library_use = "allow"
mixed_table = "allow"
multiple_statements = "allow"