mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-24 02:39:46 +01:00
Add type import check to eslint (#22488)
* Add type import check to eslint * Add type imports with eslint --fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { HassConfig } from "home-assistant-js-websocket";
|
||||
import type { HassConfig } from "home-assistant-js-websocket";
|
||||
import memoizeOne from "memoize-one";
|
||||
import { DateFormat, FrontendLocaleData } from "../../data/translation";
|
||||
import type { FrontendLocaleData } from "../../data/translation";
|
||||
import { DateFormat } from "../../data/translation";
|
||||
import { resolveTimeZone } from "./resolve-time-zone";
|
||||
|
||||
// Tuesday, August 10
|
||||
|
||||
Reference in New Issue
Block a user