X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.prettierrc.json;h=066e89fcd2212b26dc027ef6abfb85510c9bae0f;hb=067a30983260e1058457de216c85b4de4dd87862;hp=6632aaeb6873d9f1edf3b4ab3cbe617ab8ec283a;hpb=66a7748ddeda8c94d7562a1ce58d440319654a4c;p=e-mobility-charging-stations-simulator.git diff --git a/.prettierrc.json b/.prettierrc.json index 6632aaeb..066e89fc 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,7 +1,8 @@ { "$schema": "https://json.schemastore.org/prettierrc", "printWidth": 100, - "semi": false, + "arrowParens": "avoid", "singleQuote": true, + "semi": false, "trailingComma": "none" }