Drupal specific config for Twig CS Fixer.
-
composer req --dev wotnak/twig-cs-fixer-drupal -
In your Twig CS Fixer configuration file enable predefined Drupal specific config:
<?php // Load Drupal TwigCsFixer configuration. return \TwigCsFixerDrupal\DrupalConfig::getConfig();
| Rule | Fixable | Description |
|---|---|---|
| RequireComponentAttributesRule | no | Ensures that main html tag of a component has attributes set using attributes prop. |