mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor: Integrate consistent-type-imports in FE packages (no-changelog) (#6060)
* 👕 Move `consistent-type-imports` to top level * 👕 Apply lintfixes * 👕 Apply more lintfixes * 👕 More lintfixes * 👕 More lintfixes
This commit is contained in:
@@ -115,9 +115,10 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { deepCopy, INodeParameters, INodeProperties, NodeParameterValue } from 'n8n-workflow';
|
||||
import type { INodeParameters, INodeProperties, NodeParameterValue } from 'n8n-workflow';
|
||||
import { deepCopy } from 'n8n-workflow';
|
||||
|
||||
import { INodeUi, IUpdateInformation } from '@/Interface';
|
||||
import type { INodeUi, IUpdateInformation } from '@/Interface';
|
||||
|
||||
import MultipleParameter from '@/components/MultipleParameter.vue';
|
||||
import { workflowHelpers } from '@/mixins/workflowHelpers';
|
||||
@@ -127,7 +128,7 @@ import ImportParameter from '@/components/ImportParameter.vue';
|
||||
import { get, set } from 'lodash-es';
|
||||
|
||||
import mixins from 'vue-typed-mixins';
|
||||
import { Component, PropType } from 'vue';
|
||||
import type { Component, PropType } from 'vue';
|
||||
import { mapStores } from 'pinia';
|
||||
import { useNDVStore } from '@/stores/ndv';
|
||||
import { useNodeTypesStore } from '@/stores/nodeTypes';
|
||||
|
||||
Reference in New Issue
Block a user