mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +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:
@@ -15,7 +15,7 @@
|
||||
<script lang="ts">
|
||||
import NodeIcon from '@/components/NodeIcon.vue';
|
||||
import { genericHelpers } from '@/mixins/genericHelpers';
|
||||
import { ITemplatesNode } from '@/Interface';
|
||||
import type { ITemplatesNode } from '@/Interface';
|
||||
import mixins from 'vue-typed-mixins';
|
||||
import { filterTemplateNodes } from '@/utils';
|
||||
export default mixins(genericHelpers).extend({
|
||||
|
||||
Reference in New Issue
Block a user