update 优化 增加自动导入函数

This commit is contained in:
疯狂的狮子Li
2025-03-06 11:25:25 +08:00
parent a90f38734f
commit e91d11876f
2 changed files with 56 additions and 48 deletions

View File

@ -6,7 +6,7 @@ export default (path: any) => {
// 自动导入 Vue 相关函数
imports: ['vue', 'vue-router', '@vueuse/core', 'pinia'],
eslintrc: {
enabled: false,
enabled: true,
filepath: './.eslintrc-auto-import.json',
globalsPropValue: true
},