refactor:调整 prettier 的 printWidth 回 80,保持和 vben 风格一致
parent
eaaa4f5cdf
commit
5eee27218c
|
@ -10,7 +10,7 @@ export default {
|
|||
},
|
||||
],
|
||||
plugins: ['prettier-plugin-tailwindcss'],
|
||||
printWidth: 100, // 默认 80 字符,调整为 100 更合适 https://yuanbao.tencent.com/bot/app/share/chat/38E19MAIFdGr
|
||||
printWidth: 80,
|
||||
proseWrap: 'never',
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
|
|
Loading…
Reference in New Issue