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