refactor: Integrate consistent-type-imports in FE packages (no-changelog) (#6060)
* 👕 Move `consistent-type-imports` to top level * 👕 Apply lintfixes * 👕 Apply more lintfixes * 👕 More lintfixes * 👕 More lintfixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { parsePermissionsTable } from '@/permissions';
|
||||
import { IUser } from '@/Interface';
|
||||
import type { IUser } from '@/Interface';
|
||||
|
||||
describe('parsePermissionsTable()', () => {
|
||||
const user: IUser = {
|
||||
|
||||
Reference in New Issue
Block a user