diff --git a/.vscode/settings.json b/.vscode/settings.json index b2a443e0..0076002f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -47,5 +47,9 @@ "tailwindCSS.experimental.classRegex": [ ["([\"'`][^\"'`]*.*?[\"'`])", "[\"'`]([^\"'`]*).*?[\"'`]"] ], - "tailwindCSS.emmetCompletions": true + "tailwindCSS.emmetCompletions": true, + "editor.codeActionsOnSave": { + "source.fixAll.eslint": "explicit", + "source.organizeImports": "explicit" + } } diff --git a/src/lib/components/Privacy.svelte b/src/lib/components/Privacy.svelte index d477c3d8..38563b62 100644 --- a/src/lib/components/Privacy.svelte +++ b/src/lib/components/Privacy.svelte @@ -1,7 +1,7 @@