plugins/none-ls: use php-codesniffer package instead of deprecated phpcbf

This commit is contained in:
Gaetan Lepage 2024-02-28 08:18:49 +01:00 committed by Gaétan Lepage
parent 8bc08ab523
commit 07e690abd4

View file

@ -193,7 +193,7 @@ with lib; let
};
pint = {};
phpcbf = {
package = pkgs.phpPackages.phpcbf;
package = pkgs.phpPackages.php-codesniffer;
};
prettier = {
package = pkgs.nodePackages.prettier;