mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
chore: Enable ESLint rule consistent-type-exports (#18973)
This commit is contained in:
@@ -14,11 +14,11 @@ export * from './roles';
|
||||
export * from './settings';
|
||||
export * from './module-settings';
|
||||
export * from './sso';
|
||||
export * from './tags';
|
||||
export type * from './tags';
|
||||
export * from './templates';
|
||||
export * from './ui';
|
||||
export * from './users';
|
||||
export * from './versions';
|
||||
export * from './webhooks';
|
||||
export * from './workflowHistory';
|
||||
export * from './workflows';
|
||||
export type * from './workflows';
|
||||
|
||||
Reference in New Issue
Block a user