You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: