From 6b6de8f6200a3114fe675d71d91958db8012b67c Mon Sep 17 00:00:00 2001 From: "jordi.munoz@adevinta.com" Date: Fri, 20 Oct 2023 13:04:15 +0200 Subject: [PATCH] feat(packages/sui-lint): update line length to 120 characters --- packages/sui-lint/.prettierrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sui-lint/.prettierrc.js b/packages/sui-lint/.prettierrc.js index 92655c9cb..057d1a631 100644 --- a/packages/sui-lint/.prettierrc.js +++ b/packages/sui-lint/.prettierrc.js @@ -8,7 +8,7 @@ module.exports = { /* Support optional chaining new ES feature -> ? */ optionalChaining: true, /* Specify the line length that the printer will wrap on. */ - printWidth: 80, + printWidth: 120, /* Print semicolons at the ends of statements. */ semi: false, /* Use single quotes instead of double quotes. */