mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-17 06:50:23 +00:00
Fix ALL the eslint warnings (#23165)
* Fix many lint warnings * Fix ALL lint warnings * small fix * type fixes
This commit is contained in:
@@ -22,7 +22,8 @@ const MASKED_FIELDS = ["password", "secret", "token"];
|
||||
export class HaFormString extends LitElement implements HaFormElement {
|
||||
@property({ attribute: false }) public localize?: LocalizeFunc;
|
||||
|
||||
@property() public localizeBaseKey = "ui.components.selectors.text";
|
||||
@property({ attribute: false }) public localizeBaseKey =
|
||||
"ui.components.selectors.text";
|
||||
|
||||
@property({ attribute: false }) public schema!: HaFormStringSchema;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user