X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.prettierrc.json;h=187eda7541c342144f87779ec903048729d2db3a;hb=15bb637a91abd156aae586ce14c663101a8c6697;hp=62bbd32bd4512eb01bdeea703610aa419d3dbb91;hpb=777b7824df53fc7a599e6d7bc2f1f917f6193f0d;p=poolifier.git diff --git a/.prettierrc.json b/.prettierrc.json index 62bbd32b..187eda75 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -2,6 +2,5 @@ "arrowParens": "avoid", "semi": false, "singleQuote": true, - "spaceBeforeFunctionParen": true, "trailingComma": "none" }