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