mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 18:58:43 +02:00
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:
parent
d7bdf1f4b8
commit
e05a9e45b3
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue