chore(php-cs-fixer): ignore node_modules

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
Richard Steinmetz
2024-09-30 09:37:56 +02:00
parent db2856c413
commit d1fdaad607

View File

@ -16,5 +16,6 @@ $config
->notPath('l10n')
->notPath('src')
->notPath('vendor')
->notPath('node_modules')
->in(__DIR__);
return $config;