Skip to content

Commit

Permalink
Merge pull request #1904 from naturalkei/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jun 9, 2023
2 parents 16af4a2 + c5966f2 commit 78da6e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/RULES-kokr.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,12 @@
```js
// ✗ 피하세요
var value = 'hello world'


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

여러 줄의 **삼항 연산자** 를 사용할 경우 `?``:`를 각각의 행으로 처리해야합니다.
* 여러 줄의 **삼항 연산자** 를 사용할 경우 `?``:`를 각각의 행으로 처리해야합니다.

eslint: [`operator-linebreak`](http://eslint.org/docs/rules/operator-linebreak)

Expand Down

0 comments on commit 78da6e6

Please sign in to comment.