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. */