X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.prettierrc.json;h=80901f792fad9172596b1a8f7c9db1fd3ddb03d5;hb=712815ee83c60b59d4e646eff5e28a7b563e7302;hp=62bbd32bd4512eb01bdeea703610aa419d3dbb91;hpb=777b7824df53fc7a599e6d7bc2f1f917f6193f0d;p=poolifier.git diff --git a/.prettierrc.json b/.prettierrc.json index 62bbd32b..80901f79 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" }