X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.prettierrc.json;h=066e89fcd2212b26dc027ef6abfb85510c9bae0f;hb=HEAD;hp=544138be45652abc7bc3873341deacd3f4f90c61;hpb=0a198355bf5f0bad5fe55eb49d029585c3c73db3;p=e-mobility-charging-stations-simulator.git diff --git a/.prettierrc.json b/.prettierrc.json index 544138be..066e89fc 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,3 +1,8 @@ { - "singleQuote": true + "$schema": "https://json.schemastore.org/prettierrc", + "printWidth": 100, + "arrowParens": "avoid", + "singleQuote": true, + "semi": false, + "trailingComma": "none" }