diff --git a/.prettierrc.json b/.prettierrc.json index cc82d22..9409967 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,5 +1,5 @@ { "singleQuote": true, "trailingComma": "all", - "printWidth": 90 + "printWidth": 80 }