chore(projects): update deps & fix eslint vue rule

This commit is contained in:
Soybean
2024-03-13 12:35:00 +08:00
parent 72745229d6
commit 8143b0063c
3 changed files with 160 additions and 159 deletions

View File

@ -14,6 +14,7 @@ export default defineConfig(
'warn',
'PascalCase',
{
registeredComponentsOnly: false,
ignores: ['/^icon-/']
}
]