Skip to content

Commit 895a921

Browse files
committed
fix: a11y fixes for examples
1 parent 3970025 commit 895a921

File tree

31 files changed

+315
-150
lines changed

31 files changed

+315
-150
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ yarn.lock
55
samples/
66
/src/routes/md/
77
*.html
8-
/src/routes/utils/highlight/*
8+
/src/routes/utils/highlight/*
9+
/.vercel

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default [
3838
}
3939
},
4040
{
41-
ignores: [".vercel/", "src/routes/utils/highlight", "build/", ".svelte-kit/", "dist/", "test-results/", "*.md", "src/**/*/Setup.svelte"]
41+
ignores: [".vercel/", "src/routes/utils/highlight/", "build/", ".svelte-kit/", "dist/", "test-results/", "*.md", "src/**/*/Setup.svelte"]
4242
},
4343
{
4444
rules: {

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"runatics": "^0.1.3",
6969
"runes-meta-tags": "^0.4.2",
7070
"svelte": "5.2.4",
71+
"svelte-animated-icons": "^0.6.2",
7172
"svelte-check": "^4.1.0",
7273
"svelte-lib-helpers": "^0.4.16",
7374
"svelte-rune-highlight": "^0.5.13",

0 commit comments

Comments
 (0)