안형욱

chore: eslint 규칙 추가

...@@ -13,7 +13,9 @@ ...@@ -13,7 +13,9 @@
13 }], 13 }],
14 "arrow-body-style": 1, 14 "arrow-body-style": 1,
15 "react/jsx-fragments": 0, 15 "react/jsx-fragments": 0,
16 - "react/prop-types": 0 16 + "react/prop-types": 0,
17 + "import/prefer-default-export": 0,
18 + "no-param-reassign": 0
17 }, 19 },
18 "settings": { 20 "settings": {
19 "react": { 21 "react": {
......