Closed
Description
Language server
eslint
Requested feature
add astro in filetype to ExlintFixAll show and works ins astro language.
filetypes :
{ "astro", "javascript", "javascriptreact", "javascript.jsx", "typescript", "typescriptreact", "typescript.tsx", "vue", "svelte" }
EslintFixAll command that can be used to format a document on save:
autocmd BufWritePre .astro,.tsx,.ts,.jsx,.js,.vue,*.svelte EslintFixAll
Other clients which have this feature
No response