chore: Enforce consistent type imports via @typescript-eslint/consistent-type-imports (#2545)
This commit is contained in:
committed by
dermotduffy
parent
8f4ebcc0de
commit
7dc29865b8
@@ -3,8 +3,8 @@ import { renderTemplate } from 'ha-nunjucks';
|
||||
import { describe, expect, it, vi } from 'vitest';
|
||||
|
||||
import { MediaMatcher } from '../../../../src/card-controller/folders/ha/media-matcher';
|
||||
import { Matcher } from '../../../../src/config/schema/folders';
|
||||
import {
|
||||
import type { Matcher } from '../../../../src/config/schema/folders';
|
||||
import type {
|
||||
BrowseMediaMetadata,
|
||||
RichBrowseMedia,
|
||||
} from '../../../../src/ha/browse-media/types';
|
||||
|
||||
Reference in New Issue
Block a user