Skip to content

Commit

Permalink
feat: eslint support astro file (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir authored Oct 13, 2022
1 parent 28ec7c4 commit d070b60
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 d070b60

Please sign in to comment.