안형욱

chore: eslint 규칙 추가

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