mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-13 04:50:29 +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:
@@ -15,7 +15,7 @@ export class HaTextField extends TextFieldBase {
|
||||
@property({ type: Boolean }) public icon = false;
|
||||
|
||||
// @ts-ignore
|
||||
@property({ type: Boolean }) public iconTrailing = false;
|
||||
@property({ attribute: false, type: Boolean }) public iconTrailing = false;
|
||||
|
||||
@property() public autocomplete?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user