mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
ci(editor): Enfore stricter linting rules from eslint-plugin-vue (no-changelog) (#6242)
This commit is contained in:
committed by
GitHub
parent
8a8fed0840
commit
4b5cbe7750
@@ -23,7 +23,7 @@ import { useUIStore } from '@/stores/ui.store';
|
||||
import { mapStores } from 'pinia';
|
||||
import { defineComponent } from 'vue';
|
||||
import type { PropType } from 'vue';
|
||||
import type { EventBus } from '@/event-bus';
|
||||
import type { EventBus } from 'n8n-design-system';
|
||||
|
||||
export default defineComponent({
|
||||
name: 'ModalDrawer',
|
||||
|
||||
Reference in New Issue
Block a user