add lint config

This commit is contained in:
Salar Rahmanian 2023-02-09 21:23:53 -08:00
parent f1e4018776
commit 4a91484477
2 changed files with 9 additions and 0 deletions

6
.luacheckrc Normal file
View file

@ -0,0 +1,6 @@
globals = {
"vim"
}
ignore = {"212","311"}

3
stylua.toml Normal file
View file

@ -0,0 +1,3 @@
indent_type = "Spaces"
indent_width = 2