이승윤

chore: eslint 규칙 추가

...@@ -11,7 +11,9 @@ ...@@ -11,7 +11,9 @@
11 "prettier/prettier": [2, { 11 "prettier/prettier": [2, {
12 "endOfLine": "auto" 12 "endOfLine": "auto"
13 }], 13 }],
14 - "arrow-body-style": 1 14 + "arrow-body-style": 1,
15 + "react/jsx-fragments": 0,
16 + "react/prop-types": 0
15 }, 17 },
16 "settings": { 18 "settings": {
17 "react": { 19 "react": {
......