X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2F.prettierrc.json;h=baeeb0d43e1a8c7b87062d2de936f0b1f9db887a;hb=40dc0c793c4334410613e67fa30fc3a77d7bf794;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..baeeb0d4 100644 --- a/ui/web/.prettierrc.json +++ b/ui/web/.prettierrc.json @@ -1,5 +1,7 @@ { "$schema": "https://json.schemastore.org/prettierrc", "printWidth": 100, - "singleQuote": true + "semi": false, + "singleQuote": true, + "trailingComma": "es5" }