Skip to content

Commit 5f56663

Browse files
committed
chore: ensure newline at end of files and update .editorconfig for final newline
React 문서 전체에서 EOL 핸들링이 제대로 되고 있지 않아, 유지보수 일관성을 위해 `insert_final_newline = true` 옵션 추가.
1 parent f7570ec commit 5f56663

16 files changed

Lines changed: 16 additions & 15 deletions

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ root = true
33
[*]
44
charset = utf-8
55
end_of_line = lf
6+
insert_final_newline = true

.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
NEXT_PUBLIC_GA_TRACKING_ID = 'G-B1E83PJ3RT'
1+
NEXT_PUBLIC_GA_TRACKING_ID = 'G-B1E83PJ3RT'

src/content/community/translations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ You can contribute to the translation efforts!
3232

3333
The community conducts the translation work for the React docs on each language-specific fork of react.dev. Typical translation work involves directly translating a Markdown file and creating a pull request. Click the "contribute" link above to the GitHub repository for your language, and follow the instructions there to help with the translation effort.
3434

35-
If you want to start a new translation for your language, visit: [translations.react.dev](https://github.com/reactjs/translations.react.dev)
35+
If you want to start a new translation for your language, visit: [translations.react.dev](https://github.com/reactjs/translations.react.dev)

src/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ title: React
44
permalink: index.html
55
---
66

7-
{/* See HomeContent.js */}
7+
{/* See HomeContent.js */}

src/content/learn/javascript-in-jsx-with-curly-braces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,4 +584,4 @@ body > div > div { padding: 20px; }
584584

585585
</Solution>
586586

587-
</Challenges>
587+
</Challenges>

src/content/learn/reusing-logic-with-custom-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2490,4 +2490,4 @@ body { min-height: 300px; }
24902490
24912491
</Solution>
24922492
2493-
</Challenges>
2493+
</Challenges>

src/content/learn/thinking-in-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,4 +657,4 @@ td {
657657
658658
## 더 나아가기 {/*where-to-go-from-here*/}
659659
660-
지금까지는 React를 이용해서 컴포넌트와 앱을 만들려고 할 때 어떻게 사고할지에 대한 간단한 소개입니다. [당장 React로 프로젝트를 시작](/learn/installation)해도 좋고 다음 단계로 넘어가서 이 [자습서를 이용해서 좀 더 심화](/learn/describing-the-ui) 학습해도 좋습니다.
660+
지금까지는 React를 이용해서 컴포넌트와 앱을 만들려고 할 때 어떻게 사고할지에 대한 간단한 소개입니다. [당장 React로 프로젝트를 시작](/learn/installation)해도 좋고 다음 단계로 넘어가서 이 [자습서를 이용해서 좀 더 심화](/learn/describing-the-ui) 학습해도 좋습니다.

src/content/learn/updating-arrays-in-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1969,4 +1969,4 @@ Immer를 사용하면 각각의 케이스에서 가장 자연스러운 방식을
19691969

19701970
</Solution>
19711971

1972-
</Challenges>
1972+
</Challenges>

src/content/learn/writing-markup-with-jsx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,4 +350,4 @@ export default function Bio() {
350350

351351
</Solution>
352352

353-
</Challenges>
353+
</Challenges>

src/content/reference/react-dom/server/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ title: Server React DOM APIs
4646

4747
</Deprecated>
4848

49-
* [`renderToNodeStream`](/reference/react-dom/server/renderToNodeStream)은 React 트리를 [Node.js Readable Stream](https://nodejs.org/api/stream.html#readable-streams)으로 렌더링합니다. (Deprecated.)
49+
* [`renderToNodeStream`](/reference/react-dom/server/renderToNodeStream)은 React 트리를 [Node.js Readable Stream](https://nodejs.org/api/stream.html#readable-streams)으로 렌더링합니다. (Deprecated.)

0 commit comments

Comments
 (0)