refactor:调整 prettier 的 printWidth 为 100,更合适,同时也和 yudao-ui-admin-vue3 保持一致

pull/78/MERGE
YunaiV 2025-04-22 16:54:24 +08:00
parent 062111502f
commit c3ce169ae2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export default {
}, },
], ],
plugins: ['prettier-plugin-tailwindcss'], plugins: ['prettier-plugin-tailwindcss'],
printWidth: 80, printWidth: 100, // 默认 80 字符,调整为 100 更合适 https://yuanbao.tencent.com/bot/app/share/chat/38E19MAIFdGr
proseWrap: 'never', proseWrap: 'never',
semi: true, semi: true,
singleQuote: true, singleQuote: true,