X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.prettierrc.json;h=80901f792fad9172596b1a8f7c9db1fd3ddb03d5;hb=3466e757691e2a07e2437d77167c78a0820c0431;hp=d77f0e56f434cb6d3e804d0a8c8ffce8b7409544;hpb=3b2bd93d2a3a92f7dfc0ca602c268ddd1c83ceec;p=poolifier.git diff --git a/.prettierrc.json b/.prettierrc.json index d77f0e56..80901f79 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,6 +1,5 @@ { - "$schema": "http://json.schemastore.org/prettierrc", - "arrowParens": "avoid", + "$schema": "https://json.schemastore.org/prettierrc", "semi": false, "singleQuote": true, "trailingComma": "none"