mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
ci: Stop disabling linting rules that are explicitly set to warn (no-changelog) (#7669)
This commit is contained in:
committed by
GitHub
parent
ad596abeb9
commit
5edf722209
@@ -280,7 +280,6 @@ export interface IExternalHooks {
|
||||
|
||||
export interface IExternalHooksFileData {
|
||||
[key: string]: {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
[key: string]: Array<(...args: any[]) => Promise<void>>;
|
||||
};
|
||||
}
|
||||
@@ -291,7 +290,6 @@ export interface IExternalHooksFunctions {
|
||||
|
||||
export interface IExternalHooksClass {
|
||||
init(): Promise<void>;
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
run(hookName: string, hookParameters?: any[]): Promise<void>;
|
||||
}
|
||||
|
||||
@@ -636,7 +634,6 @@ export interface INodesTypeData {
|
||||
}
|
||||
|
||||
export interface IWorkflowErrorData {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
[key: string]: any;
|
||||
execution?: {
|
||||
id?: string;
|
||||
@@ -658,7 +655,6 @@ export interface IWorkflowErrorData {
|
||||
|
||||
export interface IProcessMessageDataHook {
|
||||
hook: string;
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
parameters: any[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user