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
@@ -1,3 +1,3 @@
|
||||
import { createEventBus } from '@/event-bus';
|
||||
import { createEventBus } from 'n8n-design-system';
|
||||
|
||||
export const codeNodeEditorEventBus = createEventBus();
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import { createEventBus } from '@/event-bus';
|
||||
import { createEventBus } from 'n8n-design-system';
|
||||
|
||||
export const dataPinningEventBus = createEventBus();
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import { createEventBus } from '@/event-bus';
|
||||
import { createEventBus } from 'n8n-design-system';
|
||||
|
||||
export const htmlEditorEventBus = createEventBus();
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
export * from 'n8n-design-system/utils/event-bus';
|
||||
export * from './code-node-editor';
|
||||
export * from './data-pinning';
|
||||
export * from './html-editor';
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import { createEventBus } from '@/event-bus';
|
||||
import { createEventBus } from 'n8n-design-system';
|
||||
|
||||
export const nodeViewEventBus = createEventBus();
|
||||
|
||||
Reference in New Issue
Block a user