Add tsx and php linters
parent
2a48e84054
commit
7ac84865e4
|
@ -31,6 +31,7 @@ return {
|
|||
"tailwindcss-language-server",
|
||||
"prettierd",
|
||||
"eslint-lsp",
|
||||
"phpactor",
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -48,7 +49,8 @@ return {
|
|||
"go",
|
||||
"rust",
|
||||
"python",
|
||||
"tsx"
|
||||
"tsx",
|
||||
"php"
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue