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