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