Set up prettier

This commit is contained in:
Joscha 2025-01-26 18:40:43 +01:00
parent 07a2dc8c5d
commit 727ca3259a
9 changed files with 30 additions and 12 deletions

View file

@ -3,8 +3,5 @@
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"opener:default"
]
"permissions": ["core:default", "opener:default"]
}

View file

@ -44,7 +44,6 @@ async function greet() {
.logo.vue:hover {
filter: drop-shadow(0 0 2em #249b73);
}
</style>
<style>
:root {
@ -156,5 +155,4 @@ button {
background-color: #0f0f0f69;
}
}
</style>
</style>