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
no-irregular-whitespace skips strings, templates and comments by default.
I also can only reproduce this when using non breaking space within the code, which is expected to be an error.
Can we have a special rule that ellipsis must be preceded by non-breaking spaces?
I think this needs to be a plugin, maybe within @nextcloud/eslint-plugin ?
In the calendar, I tried to replace spaces before an ellipsis with non-breaking spaces
It caused the following error message, which should not happen:
error Irregular whitespace not allowed no-irregular-whitespace
(nextcloud/calendar#1658)
Can we have a special rule that ellipsis must be preceded by non-breaking spaces?
The text was updated successfully, but these errors were encountered: