no-trailing-spaces.md

January 4, 2019 · View on GitHub

no-trailing-spaces

Disallow trailing whitespace at the end of lines.

This rule forbids the following:

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

This rule allows the following:

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

Related Rules

  • no-trailing-spaces from eslint

Contents

  1. 1no-trailing-spaces
  2. 1.1Related Rules