Skip to content

Commit

Permalink
fix eslint (resolves #50)
Browse files Browse the repository at this point in the history
  • Loading branch information
dundalek committed Sep 7, 2024
1 parent dababff commit b31d7b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/lazy-lsp/servers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ return {
erlangls = "erlang-ls",
esbonio = "",
eslint = {
"nodePackages.vscode-langservers-extracted",
"nodePackages.eslint"
"vscode-langservers-extracted",
"eslint"
},
facility_language_server = "",
fennel_language_server = "",
Expand Down

0 comments on commit b31d7b5

Please sign in to comment.