refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270)
This commit is contained in:
4
packages/cli/src/config/types.d.ts
vendored
4
packages/cli/src/config/types.d.ts
vendored
@@ -1,8 +1,8 @@
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||
|
||||
import { IBinaryDataConfig } from 'n8n-core';
|
||||
import { schema } from './schema';
|
||||
import type { IBinaryDataConfig } from 'n8n-core';
|
||||
import type { schema } from './schema';
|
||||
|
||||
// -----------------------------------
|
||||
// transformers
|
||||
|
||||
Reference in New Issue
Block a user