Skip to content

Commit cb0bc76

Browse files
renovate[bot]steverep
andauthoredJul 14, 2023
Update dependency prettier to v3 (#17215)
* Update dependency prettier to v3 * Update config and remove .prettierignore * Reformat --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Steve Repsher <[email protected]>
1 parent 9bf76a0 commit cb0bc76

File tree

127 files changed

+1839
-1817
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+1839
-1817
lines changed
 

‎.prettierignore

-9
This file was deleted.

‎gallery/src/pages/automation/editor-action.ts

+10-11
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,16 @@ class DemoHaAutomationEditorAction extends LitElement {
8585
.value=${this.data[sampleIdx]}
8686
>
8787
${["light", "dark"].map(
88-
(slot) =>
89-
html`
90-
<ha-automation-action
91-
slot=${slot}
92-
.hass=${this.hass}
93-
.actions=${this.data[sampleIdx]}
94-
.sampleIdx=${sampleIdx}
95-
.disabled=${this._disabled}
96-
@value-changed=${valueChanged}
97-
></ha-automation-action>
98-
`
88+
(slot) => html`
89+
<ha-automation-action
90+
slot=${slot}
91+
.hass=${this.hass}
92+
.actions=${this.data[sampleIdx]}
93+
.sampleIdx=${sampleIdx}
94+
.disabled=${this._disabled}
95+
@value-changed=${valueChanged}
96+
></ha-automation-action>
97+
`
9998
)}
10099
</demo-black-white-row>
101100
`

0 commit comments

Comments
 (0)
Please sign in to comment.