Skip to content

Commit 8da225b

Browse files
committed
fix: ๐Ÿ› [FIX] @react/jsx-handler-names ์„ค์ • ์˜ค๋ฅ˜ ๊ฐœ์„ 
1 parent e4f293d commit 8da225b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

โ€Žsrc/react/index.tsโ€Ž

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,8 @@ export default {
4343
]
4444
}
4545
],
46-
// ํ•ธ๋“ค๋Ÿฌ ๋ฉ”์„œ๋“œ๋ช…์€ ๋ฐ˜๋“œ์‹œ handle์ด ์ ‘๋‘์‚ฌ๋กœ ํฌํ•จ๋จ
47-
'@react/jsx-handler-names': [
48-
'error',
49-
'always'
50-
],
46+
// ํ•ธ๋“ค๋Ÿฌ ๋ฉ”์„œ๋“œ ๋ฐ ํ”„๋กœํผํ‹ฐ ๋ช…์นญ ๊ทœ์•ฝ ๊ฐ•์ œ
47+
'@react/jsx-handler-names': 'error',
5148
// JSX ๋ฐ˜๋ณต๋ฌธ ์‹œ, key ํ”„๋กœํผํ‹ฐ๋ฅผ ๋ฐ˜๋“œ์‹œ ํฌํ•จํ•˜๋„๋ก ๊ฐ•์ œ
5249
'@react/jsx-key': 'error',
5350
// ์ฃผ์„์ด ํ…์ŠคํŠธ ๋…ธ๋“œ์—์„œ ์‚ฌ์šฉ๋˜๋Š” ๊ฒƒ์„ ๋ฐฉ์ง€ํ•จ

0 commit comments

Comments
ย (0)