lint
This commit is contained in:
+3
-4
@@ -43,13 +43,12 @@ class BoilerplateCard extends LitElement {
|
|||||||
return html`
|
return html`
|
||||||
<ha-card>
|
<ha-card>
|
||||||
<div class="warning">Show Warning</div>
|
<div class="warning">Show Warning</div>
|
||||||
</ha-card>`;
|
</ha-card>
|
||||||
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
<ha-card
|
<ha-card .header=${this._config.name ? this._config.name : 'Boilerplate'}></ha-card>
|
||||||
.header=${this._config.name ? this._config.name : 'Boilerplate'}
|
|
||||||
></ha-card>
|
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user