mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00: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,7 +1,7 @@
|
||||
import { TemplateResult } from "lit";
|
||||
import type { TemplateResult } from "lit";
|
||||
import { fireEvent } from "../../common/dom/fire_event";
|
||||
import type { HaFormSchema } from "../../components/ha-form/types";
|
||||
import {
|
||||
import type {
|
||||
DataEntryFlowStep,
|
||||
DataEntryFlowStepAbort,
|
||||
DataEntryFlowStepCreateEntry,
|
||||
|
||||
Reference in New Issue
Block a user