Skip to content

Commit

Permalink
fix: Adjust printWidth to 95 to reduce changes introduced when swit…
Browse files Browse the repository at this point in the history
…ching from ESLint to Prettier

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Apr 15, 2024
1 parent 68fa84b commit 73cabdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export default {
arrowParens: 'always',
// Always enfore a trailing comma
trailingComma: 'all',
// This is not a hard limit! We need 90 to keep changes from ESLint migration small
printWidth: 90,
// This is not a hard limit! We need 95 to keep changes from ESLint migration small
printWidth: 95,

overrides: [
// For package.json we need other indention as Node decided to only support spaces, so otherwise it would be reformatted on every npm install
Expand Down

0 comments on commit 73cabdf

Please sign in to comment.