X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.prettierrc.json;h=61b6c17b7812cae845980add36e6af8b989898ab;hb=HEAD;hp=890136a148d82e4dc4e2e6b15101cf4862ba82ea;hpb=67f3f2d6cb8f915ec71f81c4533ab80a6c6a6f0f;p=poolifier.git diff --git a/.prettierrc.json b/.prettierrc.json index 890136a1..61b6c17b 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" }