chore: 🔨 调整 prettier 行最大字符为 100

This commit is contained in:
ray
2024-11-08 22:32:05 +08:00
parent e22f850e55
commit 1502ba981c

View File

@@ -6,7 +6,7 @@
"htmlWhitespaceSensitivity": "ignore",
"insertPragma": false,
"jsxSingleQuote": false,
"printWidth": 80,
"printWidth": 100,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,