Add tsx and php linters

main
Atao 2025-03-22 11:43:32 +01:00
parent 2a48e84054
commit 7ac84865e4
1 changed files with 3 additions and 1 deletions

View File

@ -31,6 +31,7 @@ return {
"tailwindcss-language-server",
"prettierd",
"eslint-lsp",
"phpactor",
}
}
},
@ -48,7 +49,8 @@ return {
"go",
"rust",
"python",
"tsx"
"tsx",
"php"
},
},
},