X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.prettierrc.json;h=890136a148d82e4dc4e2e6b15101cf4862ba82ea;hb=c28832911c0fa712cbc6a6ef2a14cbe9c9ba0f3a;hp=187eda7541c342144f87779ec903048729d2db3a;hpb=51c84d4b4b7a6bf52d72bfd353d29264f291a720;p=benchmarks-js.git diff --git a/.prettierrc.json b/.prettierrc.json index 187eda7..890136a 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" }