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