ci(editor): Enfore stricter linting rules from eslint-plugin-vue (no-changelog) (#6242)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-05-19 13:31:16 +00:00
committed by GitHub
parent 8a8fed0840
commit 4b5cbe7750
56 changed files with 239 additions and 178 deletions

View File

@@ -36,6 +36,8 @@
<script lang="ts">
import { defineComponent } from 'vue';
import { mapStores } from 'pinia';
import { createEventBus } from 'n8n-design-system';
import Modal from '@/components/Modal.vue';
import {
@@ -45,11 +47,9 @@ import {
VIEWS,
} from '../constants';
import { getActivatableTriggerNodes, getTriggerNodeServiceName } from '@/utils';
import { mapStores } from 'pinia';
import { useUIStore } from '@/stores/ui.store';
import { useWorkflowsStore } from '@/stores/workflows.store';
import { useNodeTypesStore } from '@/stores/nodeTypes.store';
import { createEventBus } from '@/event-bus';
export default defineComponent({
name: 'ActivationModal',