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
@@ -8,6 +8,8 @@ import {
|
||||
type INodeTypeDescription,
|
||||
NodeConnectionType,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import { customerFields, customerOperations } from './descriptions';
|
||||
import {
|
||||
adjustMetadata,
|
||||
setFields,
|
||||
@@ -16,9 +18,7 @@ import {
|
||||
woocommerceApiRequest,
|
||||
woocommerceApiRequestAllItems,
|
||||
} from './GenericFunctions';
|
||||
import { productFields, productOperations } from './ProductDescription';
|
||||
import { orderFields, orderOperations } from './OrderDescription';
|
||||
import type { IDimension, IImage, IProduct } from './ProductInterface';
|
||||
import type {
|
||||
IAddress,
|
||||
ICouponLine,
|
||||
@@ -27,8 +27,8 @@ import type {
|
||||
IOrder,
|
||||
IShoppingLine,
|
||||
} from './OrderInterface';
|
||||
|
||||
import { customerFields, customerOperations } from './descriptions';
|
||||
import { productFields, productOperations } from './ProductDescription';
|
||||
import type { IDimension, IImage, IProduct } from './ProductInterface';
|
||||
|
||||
export class WooCommerce implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
|
||||
Reference in New Issue
Block a user