1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00

Update dependency prettier to v3.2.5 (#19711)

* Update dependency prettier to v3.2.5

* Reformat

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-02-12 22:53:41 +00:00
committed by GitHub
parent cd167ac645
commit c5a3670838
4 changed files with 21 additions and 21 deletions

View File

@@ -42,13 +42,13 @@
// LitElement
"no-property-visibility-mismatch": "error",
// CSS
"no-invalid-css": "off", // warning does not work
"no-invalid-css": "off" // warning does not work
},
"globalTags": ["google-cast-launcher"],
"customHtmlData": [
"./node_modules/@lrnwebcomponents/simple-tooltip/custom-elements.json",
],
},
],
},
"./node_modules/@lrnwebcomponents/simple-tooltip/custom-elements.json"
]
}
]
}
}