mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-14 21:40:27 +00:00
Add and fix stylistic eslint rules (#23735)
* Fix stylistic eslint rules * Fix eslint issues
This commit is contained in:
@@ -50,9 +50,7 @@ interface LoadedDialogInfo {
|
||||
closedFocusTargets?: Set<Element>;
|
||||
}
|
||||
|
||||
interface LoadedDialogsDict {
|
||||
[tag: string]: LoadedDialogInfo;
|
||||
}
|
||||
type LoadedDialogsDict = Record<string, LoadedDialogInfo>;
|
||||
|
||||
const LOADED: LoadedDialogsDict = {};
|
||||
const OPEN_DIALOG_STACK: DialogState[] = [];
|
||||
|
||||
Reference in New Issue
Block a user