mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Enable import/order eslint rule (#10794)
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import { Container } from 'typedi';
|
||||
import type { Scope } from '@n8n/permissions';
|
||||
import { Container } from 'typedi';
|
||||
|
||||
import type { GlobalRole } from '@/databases/entities/user';
|
||||
import type { ProjectRole } from '@/databases/entities/project-relation';
|
||||
import type { CredentialSharingRole } from '@/databases/entities/shared-credentials';
|
||||
import type { WorkflowSharingRole } from '@/databases/entities/shared-workflow';
|
||||
import type { GlobalRole } from '@/databases/entities/user';
|
||||
import { RoleService } from '@/services/role.service';
|
||||
|
||||
import * as utils from './shared/utils/';
|
||||
import { createMember } from './shared/db/users';
|
||||
import type { SuperAgentTest } from './shared/types';
|
||||
import * as utils from './shared/utils/';
|
||||
|
||||
const testServer = utils.setupTestServer({
|
||||
endpointGroups: ['role'],
|
||||
|
||||
Reference in New Issue
Block a user