chore: refactor codestyle

This commit is contained in:
Maksim Sinelnikov 2024-09-09 12:04:57 +05:00
parent 730348b492
commit 87b5c5d567

View file

@ -1,9 +1,7 @@
return {
recommended = function()
return LazyVim.extras.wants({
ft = {
"ss",
},
ft = { "ss" },
root = { "package.json" },
})
end,