Update typescript, prettier, tslint -> eslint (#5536)

* Update typescript, prettier, tslint -> eslint

* Organize imports

* Use glob for eslint fix react import
This commit is contained in:
Bram Kragten
2020-04-14 18:05:45 +02:00
committed by GitHub
parent b17490f0de
commit 82f80db558
737 changed files with 9408 additions and 7414 deletions

View File

@@ -1,14 +1,14 @@
import { TemplateResult } from "lit-html";
import { fireEvent } from "../../common/dom/fire_event";
import { HomeAssistant } from "../../types";
import { HaFormSchema } from "../../components/ha-form/ha-form";
import {
DataEntryFlowStep,
DataEntryFlowStepAbort,
DataEntryFlowStepCreateEntry,
DataEntryFlowStepExternal,
DataEntryFlowStepForm,
DataEntryFlowStep,
DataEntryFlowStepAbort,
} from "../../data/data_entry_flow";
import { HaFormSchema } from "../../components/ha-form/ha-form";
import { HomeAssistant } from "../../types";
export interface FlowConfig {
loadDevicesAndAreas: boolean;