fix: oxlint config (#7661)

* chore: engines node

* chore: update deps

* fix: oxlint

* chore: fix lint issues
This commit is contained in:
xingyu
2026-03-15 17:41:47 +08:00
committed by GitHub
parent a8ae891aff
commit 37d72c1628
17 changed files with 60 additions and 61 deletions

View File

@@ -26,7 +26,7 @@ interface Props {
const props = withDefaults(defineProps<Props>(), {});
// @ts-expect-error unused
// @ts-expect-error - unused
const { contentElement, overlayStyle } = useLayoutContentStyle();
const style = computed((): CSSProperties => {