diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 8022e6104..eb6465a57 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -16,5 +16,6 @@ ->notPath('l10n') ->notPath('src') ->notPath('vendor') + ->notPath('node_modules') ->in(__DIR__); return $config;