Detalhes do pacote

remark-lint-no-trailing-spaces

Trott26.5kMIT3.0.2

remark-lint rule to warn when lines end with trailing spaces

remark, lint, rule, trailing

readme (leia-me)

no-trailing-spaces external rule for remark-lint

A remark-lint external rule to warn about any trailing whitespace.

`·` represents ` `.

<!-- Invalid (2 warnings) -->

# Title··
··
Hello world!

<!-- Valid -->

# Title

Hello world!