Skip to content

Commit

Permalink
docs(rules): fix markdown formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiu8081 committed May 25, 2022
1 parent d4d8c08 commit 6c22321
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions docs/RULES-esla.md
Expand Up @@ -203,8 +203,8 @@ La mejor manera de aprender acerca de `standard` es instalarlo darle una prueba
```js
// ✗ evitar
var value = 'hello world'


console.log(value)
```

Expand Down
4 changes: 2 additions & 2 deletions docs/RULES-fr.md
Expand Up @@ -213,8 +213,8 @@ La meilleure façon d'apprendre plus sur `standard` c'est de l'installer et de l
```js
// ✗ avoid
var value = 'hello world'


console.log(value)
```

Expand Down
4 changes: 2 additions & 2 deletions docs/RULES-id.md
Expand Up @@ -219,8 +219,8 @@ Cara terbaik untuk belajar tentang `standard` adalah dengan memasangnya pada pro
```js
// ✗ hindari
var value = 'hello world'


console.log(value)
```

Expand Down
4 changes: 2 additions & 2 deletions docs/RULES-iteu.md
Expand Up @@ -202,8 +202,8 @@ Il modo migliore per imparare `standard` è quello di installarlo e provarlo sul
```js
// ✗ evita
var value = 'hello world'


console.log(value)
```

Expand Down
4 changes: 2 additions & 2 deletions docs/RULES-ja.md
Expand Up @@ -217,8 +217,8 @@
```js
// ✗ avoid
var value = 'hello world'


console.log(value)
```

Expand Down
4 changes: 2 additions & 2 deletions docs/RULES-kokr.md
Expand Up @@ -203,8 +203,8 @@
```js
// ✗ 피하세요
var value = 'hello world'


console.log(value)
```

Expand Down
4 changes: 2 additions & 2 deletions docs/RULES-ptbr.md
Expand Up @@ -179,8 +179,8 @@ A melhor forma de aprender sobre o `standard` é instalar e usar no seu código.
```js
// ✗ evite
var value = 'hello world'


console.log(value)
```

Expand Down
4 changes: 2 additions & 2 deletions docs/RULES-zhcn.md
Expand Up @@ -205,8 +205,8 @@
```js
// ✗ avoid
var value = 'hello world'


console.log(value)
```

Expand Down
4 changes: 2 additions & 2 deletions docs/RULES-zhtw.md
Expand Up @@ -203,8 +203,8 @@
```js
// ✗ avoid
var value = 'hello world'


console.log(value)
```
* **三元運算子(ternary operator)** 在多行的情況下,把 `?``:` 和後面敘述放在同一行。
Expand Down

0 comments on commit 6c22321

Please sign in to comment.