I need this in pug
Why?
Pug2html convertors convert spaces between inline elements new string with single symbol of space with text convert operator |
Example:
With disallowTrailingSpaces rule I need manually to replace every time
|
with something like = ' '
because in other case I have error:
Any help with this?
Same issue with comments, that converted every time with an trailing space.
Thanks!
In eslint I have 2 options
I need this in pug Why? Pug2html convertors convert spaces between inline elements new string with single symbol of space with text convert operator
|
Example:With disallowTrailingSpaces rule I need manually to replace every time
with something like
= ' '
because in other case I have error:Any help with this? Same issue with comments, that converted every time with an trailing space. Thanks!