diff options
| -rw-r--r-- | lua/lspconfig/types/lsp/eslint.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/types/lsp/eslint.lua b/lua/lspconfig/types/lsp/eslint.lua index a4e77c06..a58afa35 100644 --- a/lua/lspconfig/types/lsp/eslint.lua +++ b/lua/lspconfig/types/lsp/eslint.lua @@ -244,7 +244,7 @@ ---An array of language ids for which the extension should probe if support is installed. --- ---```lua ----default = { "astro", "civet", "javascript", "javascriptreact", "typescript", "typescriptreact", "html", "mdx", "vue", "markdown", "json", "jsonc", "css", "glimmer-js", "glimmer-ts", "svelte" } +---default = { "astro", "civet", "javascript", "javascriptreact", "typescript", "typescriptreact", "html", "mdx", "vue", "markdown", "json", "jsonc", "css", "glimmer-js", "glimmer-ts", "svelte", "graphql" } ---``` ---@field probe? string[] ---@field problems? _.lspconfig.settings.eslint.Eslint.Problems |
