From b9b76ce9212e4e3af21579e4314bf81bcf15c793 Mon Sep 17 00:00:00 2001 From: Max Alyokhin <55048182+MaxAlyokhin@users.noreply.github.com> Date: Tue, 18 Oct 2022 01:02:11 +0400 Subject: [PATCH] correct prettier --- .prettierrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index eb125c2..741cd2b 100644 --- a/.prettierrc +++ b/.prettierrc @@ -6,7 +6,7 @@ "insertPragma": false, "jsxBracketSameLine": false, "jsxSingleQuote": false, - "printWidth": 140, + "printWidth": 250, "proseWrap": "preserve", "quoteProps": "as-needed", "requirePragma": false,