feat: update eslint & prettier rules

This commit is contained in:
HYana
2025-04-30 17:36:46 +08:00
parent d4af2d4326
commit 460e065eed
53 changed files with 2241 additions and 2102 deletions
@@ -1,4 +1,4 @@
export interface IChooseAdapterEntity {
label: string
value: string
}
label: string;
value: string;
}