Skip to content

Commit

Permalink
feat: eslint support astro file (neovim#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir authored and Decodetalkers committed Oct 22, 2022
1 parent 5e3414e commit 5aabed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lspconfig/server_configurations/eslint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ return {
'typescript.tsx',
'vue',
'svelte',
'astro',
},
-- https://eslint.org/docs/user-guide/configuring/configuration-files#configuration-file-formats
root_dir = util.root_pattern(
Expand Down

0 comments on commit 5aabed8

Please sign in to comment.