Closed andyexeter closed 6 months ago
We need to figure out a way of allowing prettier-ignore directives as a twig comment e.g.
{# prettier-ignore #} <some ignored code>
Currently we can only do HTML comments:
<!-- prettier-ignore -->
And Liquid style comments, which don't work in Twig:
{% # prettier-ignore %}
We need to figure out a way of allowing prettier-ignore directives as a twig comment e.g.
Currently we can only do HTML comments:
And Liquid style comments, which don't work in Twig: