본문으로 건너뛰기

prettier

.prettierrc
{
"singleQuote": true,
"semi": false,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "none",
"printWidth": 80
}