Linty fresh (supposedly)
Some checks failed
ci/woodpecker/pr/lint-and-build Pipeline failed

This commit is contained in:
2026-01-30 23:46:36 -03:00
parent 414cf5c4ce
commit fe8f7cb7c0
2 changed files with 3 additions and 0 deletions

View File

@@ -18,7 +18,9 @@
"test:all": "vitest run && playwright test",
"test:watch": "vitest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:css": "stylelint \"src/**/*.css\" \"src/**/*.svelte\"",
"lint:css:fix": "stylelint \"src/**/*.css\" \"src/**/*.svelte\" --fix",
"format": "prettier --write \"src/**/*.{ts,js,svelte,css,json}\""
},
"devDependencies": {

View File

@@ -131,6 +131,7 @@
<link rel="apple-touch-icon" href="/favicon.svg" />
{#if jsonLdHtml}
<!-- eslint-disable-next-line svelte/no-at-html-tags -- static trusted JSON-LD -->
{@html jsonLdHtml}
{/if}