Separator Wrap
Checks line wrapping with separators.
Configuration
{
"type": "SeparatorWrap",
"props": {
"severity": "INFO",
"option": "eol",
"tokens": [
".", ","
]
}
}
Available options are end of line (eol
) and new line (nl
)
Valid
option set to eol
val = test.
text();
option set to nl
val = test
.text();