Skip to content

Commit 69d1709

Browse files
committed
chore: ๐Ÿ“ [UPDATE] README ์ตœ์‹ ํ™”
1 parent f663b99 commit 69d1709

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

โ€ŽREADME.mdโ€Ž

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,13 @@ export default {
350350
'@react/button-has-type': 'error',
351351
// ์ปดํฌ๋„ŒํŠธ๋Š” ํ•ญ์ƒ DisplayName๋ฅผ ๊ฐ€์ง
352352
'@react/display-name': 'error',
353-
// ์ปดํฌ๋„ŒํŠธ๋Š” ๋ฐ˜๋“œ์‹œ ํ•จ์ˆ˜ํ˜•์œผ๋กœ ์„ ์–ธ๋จ
353+
// ๊ธฐ๋ช… ์ปดํฌ๋„ŒํŠธ๋Š” ํ•จ์ˆ˜ํ˜•์œผ๋กœ, ์ต๋ช… ์ปดํฌ๋„ŒํŠธ๋Š” ์• ๋กœ์šฐ ๋ฉ”์„œ๋“œ๋กœ ๊ฐ•์ œ
354354
'@react/function-component-definition': [
355355
'error',
356-
'function'
356+
{
357+
namedComponents: 'function-declaration',
358+
unnamedComponents: 'arrow-function'
359+
}
357360
],
358361
// useState์˜ get, set ๊ฐ์ฒด๋ช…์€ ๋Œ€์นญ์ ์œผ๋กœ ๊ตฌ์„ฑ๋จ
359362
'@react/hook-use-state': 'error',

0 commit comments

Comments
ย (0)