Skip to content

Commit

Permalink
style: set printWidth to 150 as it is in the other configs
Browse files Browse the repository at this point in the history
  • Loading branch information
alhugot-azpn committed Nov 16, 2021
1 parent 07b20db commit 8a904b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
{
files: "cypress/**/*.ts",
options: {
printWidth: 180,
printWidth: 150,
},
},
],
Expand Down

0 comments on commit 8a904b1

Please sign in to comment.