diff --git a/frontend/package.json b/frontend/package.json index 4537034..f4c786f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -46,5 +46,10 @@ "sass": "^1.63.4", "typescript": "^5.1.3", "typescript-plugin-css-modules": "^5.0.1" + }, + "prettier": { + "semi": false, + "arrowParens": "avoid", + "singleQuote": true } }