refactor:调整 prettier 的 printWidth 为 100,更合适,同时也和 yudao-ui-admin-vue3 保持一致
parent
062111502f
commit
c3ce169ae2
|
@ -10,7 +10,7 @@ export default {
|
|||
},
|
||||
],
|
||||
plugins: ['prettier-plugin-tailwindcss'],
|
||||
printWidth: 80,
|
||||
printWidth: 100, // 默认 80 字符,调整为 100 更合适 https://yuanbao.tencent.com/bot/app/share/chat/38E19MAIFdGr
|
||||
proseWrap: 'never',
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
|
|
Loading…
Reference in New Issue