1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Expand use of prettier to all tracked files (#17311)

This commit is contained in:
Steve Repsher
2023-07-18 11:16:33 -04:00
committed by GitHub
parent 493f1d1b50
commit c71fd055a4
28 changed files with 258 additions and 215 deletions

View File

@@ -1,3 +1,3 @@
self.addEventListener("fetch", function(event) {
self.addEventListener("fetch", (event) => {
event.respondWith(fetch(event.request));
});