refactor(core): Enable import/order eslint rule (#10794)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { createHash } from 'crypto';
|
||||
import config from '@/config';
|
||||
import { ErrorReporterProxy, ApplicationError } from 'n8n-workflow';
|
||||
// eslint-disable-next-line n8n-local-rules/misplaced-n8n-typeorm-import
|
||||
import { QueryFailedError } from '@n8n/typeorm';
|
||||
import { createHash } from 'crypto';
|
||||
import { ErrorReporterProxy, ApplicationError } from 'n8n-workflow';
|
||||
|
||||
import config from '@/config';
|
||||
|
||||
let initialized = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user