plugins/lsp: update eslint package name

Due to https://github.com/NixOS/nixpkgs/pull/337888

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2024-08-31 16:29:29 +02:00 committed by Matt Sturgeon
parent d7bdf1f4b8
commit e05a9e45b3
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -94,7 +94,6 @@ pkgs: {
vulture
;
inherit (nodePackages)
eslint
eslint_d
prettier
alex
@ -113,6 +112,10 @@ pkgs: {
cmake_lint = cmake-format;
dartfmt = dart;
dotnet_format = dotnet-runtime;
# TODO: Added 2024-08-31; remove 2024-11-31
# eslint was moved out of nodePackages set without alias
# Using fallback as a transition period
eslint = pkgs.eslint or pkgs.nodePackages.eslint;
fish_indent = fish;
gofmt = go;
goimports = go-tools;