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