mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +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 {
|
||||
} from 'n8n-workflow';
|
||||
import { jsonParse, NodeApiError } from 'n8n-workflow';
|
||||
|
||||
import { loadOptions } from './methods';
|
||||
import { versionDescription } from './VersionDescription';
|
||||
import type { SortData, FileRecord } from '../shared/GenericFunctions';
|
||||
import {
|
||||
downloadFiles,
|
||||
@@ -28,10 +30,7 @@ import {
|
||||
simplifyObjects,
|
||||
validateJSON,
|
||||
} from '../shared/GenericFunctions';
|
||||
|
||||
import { listSearch } from '../shared/methods';
|
||||
import { loadOptions } from './methods';
|
||||
import { versionDescription } from './VersionDescription';
|
||||
|
||||
export class NotionV2 implements INodeType {
|
||||
description: INodeTypeDescription;
|
||||
|
||||
Reference in New Issue
Block a user