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