mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Enable import/order eslint rule (#10794)
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import type express from 'express';
|
||||
import type { IHttpRequestMethods } from 'n8n-workflow';
|
||||
|
||||
import * as ResponseHelper from '@/response-helper';
|
||||
import type {
|
||||
IWebhookManager,
|
||||
WebhookOptionsRequest,
|
||||
WebhookRequest,
|
||||
} from '@/webhooks/webhook.types';
|
||||
import * as ResponseHelper from '@/response-helper';
|
||||
|
||||
const WEBHOOK_METHODS: IHttpRequestMethods[] = ['DELETE', 'GET', 'HEAD', 'PATCH', 'POST', 'PUT'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user