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 would expect the rule check-line-alignment with option postHyphens to not add white space at end of line, if there only is an end of line character at the end of the string after the hyphen.
thernstig
changed the title
check-line-alignment with option postHyphens adds white space at end of linecheck-line-alignment with option postHyphen adds white space at end of line
Feb 12, 2023
Expected behavior
I would expect the rule
check-line-alignment
with optionpostHyphens
to not add white space at end of line, if there only is an end of line character at the end of the string after the hyphen.Actual behavior
ESLint sample below shows it best.
ESLint Config
ESLint sample
Before linting
After linting with
--fix
Notice the white space directly after the
-
.Environment
eslint-plugin-jsdoc
version: 39.8.0The text was updated successfully, but these errors were encountered: