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