6 lines
74 B
Lua
6 lines
74 B
Lua
vim.filetype.add({
|
|
filename = {
|
|
[".lintstagedrc"] = "json",
|
|
},
|
|
})
|