mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
refactor: Impose import/order linting rule across nodes packages (no-changelog) (#12314)
This commit is contained in:
committed by
GitHub
parent
8c635993bd
commit
bafac73eb5
@@ -17,10 +17,9 @@ import {
|
||||
workItemFields,
|
||||
workItemOperations,
|
||||
} from './descriptions';
|
||||
|
||||
import type { LoadOptions } from './GenericFunctions';
|
||||
import { createLoadOptions, kitemakerRequest, kitemakerRequestAllItems } from './GenericFunctions';
|
||||
|
||||
import { createWorkItem, editWorkItem } from './mutations';
|
||||
import {
|
||||
getAllSpaces,
|
||||
getAllUsers,
|
||||
@@ -34,8 +33,6 @@ import {
|
||||
getWorkItems,
|
||||
} from './queries';
|
||||
|
||||
import { createWorkItem, editWorkItem } from './mutations';
|
||||
|
||||
export class Kitemaker implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Kitemaker',
|
||||
|
||||
Reference in New Issue
Block a user