chore: Update .prettierrc printWidth to 150

This commit is contained in:
yoosangwook 2024-07-17 18:42:31 +09:00
parent 0be6deabec
commit fdd52deec8

View File

@ -4,7 +4,7 @@
"useTabs": false, "useTabs": false,
"tabWidth": 2, "tabWidth": 2,
"trailingComma": "all", "trailingComma": "all",
"printWidth": 80, "printWidth": 150,
"arrowParens": "always", "arrowParens": "always",
"endOfLine": "auto" "endOfLine": "auto"
} }