mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
chore: Enable ESLint rule consistent-type-exports (#18973)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export * from './canvas';
|
||||
export * from './externalHooks';
|
||||
export * from './pushConnection';
|
||||
export type * from './externalHooks';
|
||||
export type * from './pushConnection';
|
||||
|
||||
Reference in New Issue
Block a user