Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 582 Bytes

no-trailing-spaces.md

File metadata and controls

29 lines (18 loc) · 582 Bytes

no-trailing-spaces

👗 The extends: 'stylistic' property in a configuration file enables this rule.

Disallow trailing whitespace at the end of lines.

Examples

This rule forbids the following:

<div>test</div>//••
//•••••

This rule allows the following:

<div>test</div>//
//

Related Rules

References