fix: Verhoog printWidth

Co-authored-by: Gerald Schmittinger <gerald.schmittinger@ugent.be>
This commit is contained in:
Tibo De Peuter 2025-03-06 14:13:51 +01:00
parent 7a0d17652c
commit a240e31d6e
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 15 additions and 51 deletions

View file

@ -2,7 +2,7 @@
* @type {import("prettier").Options}
*/
export default {
printWidth: 80,
printWidth: 150,
semi: true,
singleQuote: true,
trailingComma: 'es5',