This commit is contained in:
@@ -18,7 +18,9 @@
|
|||||||
"test:all": "vitest run && playwright test",
|
"test:all": "vitest run && playwright test",
|
||||||
"test:watch": "vitest",
|
"test:watch": "vitest",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
|
"lint:fix": "eslint . --fix",
|
||||||
"lint:css": "stylelint \"src/**/*.css\" \"src/**/*.svelte\"",
|
"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}\""
|
"format": "prettier --write \"src/**/*.{ts,js,svelte,css,json}\""
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -131,6 +131,7 @@
|
|||||||
<link rel="apple-touch-icon" href="/favicon.svg" />
|
<link rel="apple-touch-icon" href="/favicon.svg" />
|
||||||
|
|
||||||
{#if jsonLdHtml}
|
{#if jsonLdHtml}
|
||||||
|
<!-- eslint-disable-next-line svelte/no-at-html-tags -- static trusted JSON-LD -->
|
||||||
{@html jsonLdHtml}
|
{@html jsonLdHtml}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user