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