diff --git a/frontend/.prettierrc b/frontend/.prettierrc index 401b63c..77d5c64 100644 --- a/frontend/.prettierrc +++ b/frontend/.prettierrc @@ -1,4 +1,6 @@ { - "tabWidth": 4, - "semi": true -} \ No newline at end of file + "singleAttributePerLine": true, + "printWidth": 120, + "tabWidth": 4, + "semi": true +} diff --git a/frontend/app.vue b/frontend/app.vue index 8793e66..b55ac18 100644 --- a/frontend/app.vue +++ b/frontend/app.vue @@ -16,6 +16,7 @@ const closeModal = () => {