plugins/efmls: move eslint pkg ref to top-level

Fixes #2168
This commit is contained in:
Matt Sturgeon 2024-09-04 23:58:45 +01:00 committed by Austin Horstman
parent 46c3048a61
commit 3c9af6191e
No known key found for this signature in database

View file

@ -53,6 +53,7 @@ in
"djlint" "djlint"
"dmd" "dmd"
"dprint" "dprint"
"eslint"
"fish" "fish"
"flawfinder" "flawfinder"
"fnlfmt" "fnlfmt"
@ -101,7 +102,6 @@ in
"vulture" "vulture"
]; ];
nodePackages = [ nodePackages = [
"eslint" # FIXME: No way to have a transition fallback...
"eslint_d" "eslint_d"
"prettier" "prettier"
"alex" "alex"