chore: close eslint object sorting (#6101)

This commit is contained in:
Vben
2025-05-03 16:06:36 +08:00
committed by Netfan
parent 73db7f3ef5
commit c4a4ca5232
16 changed files with 668 additions and 319 deletions

View File

@@ -12,7 +12,6 @@ interface Props extends TabsProps {}
defineOptions({
name: 'VbenTabsChrome',
// eslint-disable-next-line perfectionist/sort-objects
inheritAttrs: false,
});

View File

@@ -12,7 +12,7 @@ interface Props extends TabsProps {}
defineOptions({
name: 'VbenTabs',
// eslint-disable-next-line perfectionist/sort-objects
inheritAttrs: false,
});
const props = withDefaults(defineProps<Props>(), {