chore: apply prettier with new conf

This commit is contained in:
Helias 2022-05-06 18:44:54 +02:00
parent 6a4720e59b
commit db2a04c03f
13 changed files with 2107 additions and 2109 deletions

View file

@ -1,6 +1,6 @@
window.parent.postMessage(
{
url: window.location.pathname.replace(handlebarsData.websiteRoot, ''),
},
'*',
{
url: window.location.pathname.replace(handlebarsData.websiteRoot, ""),
},
"*",
);