We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b7386 commit 080483dCopy full SHA for 080483d
1 file changed
โsrc/react/index.tsโ
@@ -86,7 +86,7 @@ export default {
86
// ์คํ ๋ฐฉ์ง
87
'@react/no-typos': 'error',
88
// ๋ฌธ์์ด ์ด์ค์ผ์ดํ ๊ฐ์
89
- '@react/no-unescaped-entitie': 'error',
+ '@react/no-unescaped-entities': 'error',
90
// ์๋ ค์ง์ง ์์ ํ๋กํผํฐ ์ฌ์ฉ ๋ฐฉ์ง
91
'@react/no-unknown-property': 'error',
92
// ๋ฏธ์ฌ์ฉ ํ๋กํผํฐ ์ ์ธ ๋ฐฉ์ง
0 commit comments