Skip to content

Commit

Permalink
Merge pull request #1651 from SUI-Components/feat-sui-lint-line-lengt…
Browse files Browse the repository at this point in the history
…h-120

feat(packages/sui-lint): update line length to 120 characters
  • Loading branch information
jordevo authored Nov 15, 2023
2 parents 6002101 + 6b6de8f commit 6f7f758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sui-lint/.prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 6f7f758

Please sign in to comment.