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