fix: 修复 prettier 配置导出方式为ES module,解决Vscode格式化失效问题

This commit is contained in:
xuzhiqiang
2025-09-05 08:56:11 +08:00
parent be58daa1a5
commit d7b4e3b4f7

View File

@@ -1,4 +1,4 @@
module.exports = {
export default {
printWidth: 120,
tabWidth: 2,
useTabs: false,