chore: Enforce import order via @ianvs/prettier-plugin-sort-imports (#2542)
This commit is contained in:
committed by
dermotduffy
parent
95f35bd326
commit
a96dc2e863
+1
-1
@@ -32,13 +32,13 @@ import { SubstreamOffActionConfig } from '../config/schema/actions/custom/substr
|
||||
import { SubstreamOnActionConfig } from '../config/schema/actions/custom/substream-on.js';
|
||||
import { ViewActionConfig } from '../config/schema/actions/custom/view.js';
|
||||
import { PerformActionActionConfig } from '../config/schema/actions/stock/perform-action.js';
|
||||
import type { Notification } from '../config/schema/actions/types.js';
|
||||
import {
|
||||
ActionConfig,
|
||||
Actions,
|
||||
AdvancedCameraCardCustomActionConfig,
|
||||
IfActionConfig,
|
||||
NotificationActionConfig,
|
||||
type Notification,
|
||||
} from '../config/schema/actions/types.js';
|
||||
import { AdvancedCameraCardUserSpecifiedView } from '../config/schema/common/const.js';
|
||||
import { PTZControlType } from '../config/schema/common/controls/ptz.js';
|
||||
|
||||
@@ -6,6 +6,7 @@ import {
|
||||
} from 'date-fns';
|
||||
import { StyleInfo } from 'lit/directives/style-map';
|
||||
import { isEqualWith, mergeWith, round, uniq } from 'lodash-es';
|
||||
|
||||
import { AdvancedCameraCardError } from '../types';
|
||||
|
||||
/**
|
||||
|
||||
@@ -2,6 +2,7 @@ import EmblaCarousel, { EmblaCarouselType } from 'embla-carousel';
|
||||
import { WheelGesturesPlugin } from 'embla-carousel-wheel-gestures';
|
||||
import { CreatePluginType, LoosePluginType } from 'embla-carousel/components/Plugins';
|
||||
import { isEqual } from 'lodash-es';
|
||||
|
||||
import { TransitionEffect } from '../../config/schema/common/transition-effect.js';
|
||||
import { getChildrenFromElement } from '../basic.js';
|
||||
import { fireAdvancedCameraCardEvent } from '../fire-advanced-camera-card-event';
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { format } from 'date-fns';
|
||||
|
||||
import { View } from '../view/view';
|
||||
|
||||
export const screenshotImage = (image: HTMLImageElement): string | null => {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { Task } from '@lit-labs/task';
|
||||
import { html, TemplateResult } from 'lit';
|
||||
|
||||
import { renderProgressIndicator } from '../components/progress-indicator';
|
||||
import { CardWideConfig } from '../config/schema/types';
|
||||
import { errorToConsole } from './basic';
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { Task } from '@lit-labs/task';
|
||||
import { ReactiveControllerHost } from '@lit/reactive-element';
|
||||
|
||||
import { HomeAssistant } from '../ha/types';
|
||||
|
||||
// See: https://github.com/sindresorhus/is-absolute-url
|
||||
|
||||
Reference in New Issue
Block a user