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 = {}; pint = {};
phpcbf = { phpcbf = {
package = pkgs.phpPackages.phpcbf; package = pkgs.phpPackages.php-codesniffer;
}; };
prettier = { prettier = {
package = pkgs.nodePackages.prettier; package = pkgs.nodePackages.prettier;