Rule: no-trailing-whitespace
Disallows trailing whitespace at the end of a line.
Rationale
Keeps version control diffs clean as it prevents accidental whitespace from being committed.
Config
Not configurable.
Examples
"no-trailing-whitespace": true
Schema
null