Skip to content

Commit

Permalink
rules: attempt to markdown formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jun 8, 2021
1 parent 9ea14d6 commit c4fa507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RULES.md
Expand Up @@ -221,8 +221,8 @@ your code.
```js
// ✗ avoid
var value = 'hello world'


// blank line

This comment has been minimized.

Copy link
@hellohejinyu

hellohejinyu Sep 26, 2022

Contributor

image

Hi,I found that it is normal to have only English documents, is it because of this change? Why not sync to documents in other languages?

// blank line
console.log(value)
```

Expand Down Expand Up @@ -415,7 +415,7 @@ your code.
this.legs = 4
}
}

class Dog extends Animal {
constructor () { // ✗ avoid
this.legs = 4
Expand Down

0 comments on commit c4fa507

Please sign in to comment.