7 lines
120 B
Nix
7 lines
120 B
Nix
{
|
|
perSystem.pre-commit.settings.hooks.phpcs = {
|
|
enable = true;
|
|
|
|
settings.binPath = "vendor/bin/phpcs";
|
|
};
|
|
}
|