X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.prettierrc.json;h=890136a148d82e4dc4e2e6b15101cf4862ba82ea;hb=3bcbd4c5be5678988281342a1fc1f6a62f9c77d7;hp=187eda7541c342144f87779ec903048729d2db3a;hpb=78cea37e264d5ca527bc42eb056f3b9579a2b2c4;p=poolifier.git diff --git a/.prettierrc.json b/.prettierrc.json index 187eda75..890136a1 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,6 +1,6 @@ { - "arrowParens": "avoid", + "$schema": "https://json.schemastore.org/prettierrc", "semi": false, "singleQuote": true, - "trailingComma": "none" + "trailingComma": "es5" }