From be1d2fb68f6b6bd360c5a5dfd7003ff82a0a16bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gayoso=20Gonz=C3=A1lez?= Date: Thu, 6 Jul 2023 16:58:39 +0200 Subject: [PATCH] Add more format options to prettier * This could make the code more consistent across all project --- .prettierrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index 963354f231..36656f8abb 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,3 +1,5 @@ { - "printWidth": 120 + "printWidth": 120, + "semi": false, + "singleAttributePerLine": true }