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
@@ -19,7 +19,7 @@
|
||||
import { defineComponent } from 'vue';
|
||||
import ExpandableInputBase from './ExpandableInputBase.vue';
|
||||
import type { PropType } from 'vue';
|
||||
import type { EventBus } from '@/event-bus';
|
||||
import type { EventBus } from 'n8n-design-system';
|
||||
|
||||
export default defineComponent({
|
||||
name: 'ExpandableInputEdit',
|
||||
|
||||
Reference in New Issue
Block a user