X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.prettierrc.json;h=890136a148d82e4dc4e2e6b15101cf4862ba82ea;hb=fb43035cdeaef2c68f9d3c9f8a31071fd6b71e05;hp=62bbd32bd4512eb01bdeea703610aa419d3dbb91;hpb=777b7824df53fc7a599e6d7bc2f1f917f6193f0d;p=poolifier.git diff --git a/.prettierrc.json b/.prettierrc.json index 62bbd32b..890136a1 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,7 +1,6 @@ { - "arrowParens": "avoid", + "$schema": "https://json.schemastore.org/prettierrc", "semi": false, "singleQuote": true, - "spaceBeforeFunctionParen": true, - "trailingComma": "none" + "trailingComma": "es5" }