안형욱

chore: prettier 규칙 추가

1 +{
2 + "singleQuote": true,
3 + "semi": true,
4 + "tabWidth": 2,
5 + "trailingComma": "es5",
6 + "printWidth": 80,
7 + "arrowParens": "avoid"
8 +}
...\ No newline at end of file ...\ No newline at end of file