[automated] Apply ESLint and Prettier fixes

This commit is contained in:
GitHub Action
2025-12-24 02:59:32 +00:00
parent 81db82306e
commit 50db96a954

View File

@@ -10,7 +10,6 @@ import {
shouldRenderAsVue
} from '../widgetRegistry'
// Mock Vue components for testing (using object literals to avoid Vue linter)
const MockComponent = { name: 'MockComponent' } as Component
const MockComponent2 = { name: 'MockComponent2' } as Component