X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.prettierrc.json;h=61b6c17b7812cae845980add36e6af8b989898ab;hb=HEAD;hp=890136a148d82e4dc4e2e6b15101cf4862ba82ea;hpb=9451064c109b2a20813c96c03752f8be378559d7;p=benchmarks-js.git diff --git a/.prettierrc.json b/.prettierrc.json index 890136a..61b6c17 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,6 +1,7 @@ { "$schema": "https://json.schemastore.org/prettierrc", - "semi": false, + "arrowParens": "avoid", "singleQuote": true, - "trailingComma": "es5" + "semi": false, + "trailingComma": "none" }