Skip to content

Commit

Permalink
Fix space-only line
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Oct 9, 2023
1 parent dd70e32 commit 52cd912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/rules/no-trailing-spaces.md
Expand Up @@ -58,7 +58,8 @@ Examples of **correct** code for this rule with the `{ "skipBlankLines": true }`

var foo = 0;
var baz = 5;
// trailing whitespace →
// ↓ a line with whitespace only ↓

```

:::
Expand Down

0 comments on commit 52cd912

Please sign in to comment.