Detect '.lintstagedrc' filetype (json)

This commit is contained in:
2025-05-01 17:01:01 +02:00
parent 0b25af178a
commit 84ac0526dc
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
vim.filetype.add({
filename = {
[".lintstagedrc"] = "json",
},
})