chore: Enforce import order via @ianvs/prettier-plugin-sort-imports (#2542)
This commit is contained in:
committed by
dermotduffy
parent
95f35bd326
commit
a96dc2e863
@@ -1,4 +1,5 @@
|
||||
import { clone } from 'lodash-es';
|
||||
|
||||
import { FolderPathComponent } from '../card-controller/folders/types';
|
||||
import { FolderConfig } from '../config/schema/folders';
|
||||
import { Severity } from '../severity';
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { NonEmptyTuple } from 'type-fest';
|
||||
|
||||
import { CameraManager } from '../camera-manager/manager';
|
||||
import {
|
||||
CapabilitySearchKeys,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import cloneDeep from 'lodash-es/cloneDeep.js';
|
||||
import isEqual from 'lodash-es/isEqual.js';
|
||||
import omit from 'lodash-es/omit.js';
|
||||
|
||||
import { EventQuery, MediaQuery, QueryType } from '../camera-manager/types.js';
|
||||
import { FolderQuery } from '../card-controller/folders/types.js';
|
||||
import { QuerySource } from '../query-source.js';
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { cloneDeep, merge } from 'lodash-es';
|
||||
import { ViewContext } from 'view';
|
||||
|
||||
import { AdvancedCameraCardView } from '../config/schema/common/const';
|
||||
import { ViewDisplayMode } from '../config/schema/common/display';
|
||||
import { ViewMediaType } from '../types';
|
||||
|
||||
Reference in New Issue
Block a user