]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/docs/rules/spaced-line-comment.md
import 8.4.0 source
[pve-eslint.git] / eslint / docs / rules / spaced-line-comment.md
index b50404b74f31a374a336ca006c9bc6812bbed7c1..aaaa27a181fb31ef744fa6e5b6074d5822403c18 100644 (file)
@@ -6,7 +6,6 @@ Some style guides require or disallow a whitespace immediately after the initial
 Whitespace after the `//` makes it easier to read text in comments.
 On the other hand, commenting out code is easier without having to put a whitespace right after the `//`.
 
-
 ## Rule Details
 
 This rule will enforce consistency of spacing after the start of a line comment `//`.