fix: resolve issue with Upload component not working correctly inside Form (#4916)

This commit is contained in:
Vben
2024-11-17 21:37:37 +08:00
committed by GitHub
parent fe58af2e78
commit dbcb7138f2
5 changed files with 896 additions and 887 deletions

View File

@@ -18,6 +18,7 @@ export async function unicorn(): Promise<Linter.Config[]> {
'unicorn/better-regex': 'off',
'unicorn/consistent-destructuring': 'off',
'unicorn/consistent-function-scoping': 'off',
'unicorn/expiring-todo-comments': 'off',
'unicorn/filename-case': 'off',
'unicorn/import-style': 'off',
'unicorn/no-array-for-each': 'off',