Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52cd912

Browse files
committed
Fix space-only line
1 parent dd70e32 commit 52cd912

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/rules/no-trailing-spaces.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ Examples of **correct** code for this rule with the `{ "skipBlankLines": true }`
5858

5959
var foo = 0;
6060
var baz = 5;
61-
// trailing whitespace →
61+
// ↓ a line with whitespace only ↓
62+
6263
```
6364

6465
:::

0 commit comments

Comments
 (0)