Skip to content

Commit

Permalink
ignore A11y warning
Browse files Browse the repository at this point in the history
  • Loading branch information
qaynam committed Aug 15, 2023
1 parent a76a06d commit d49105f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,16 @@
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"cSpell.words": ["appinstalled", "beforeinstallprompt", "clsx", "domtoimage", "Smiiily"]
"cSpell.words": [
"appinstalled",
"beforeinstallprompt",
"clsx",
"domtoimage",
"Smiiily",
"tailwindcss"
],
"svelte.plugin.svelte.compilerWarnings": {
"a11y-click-events-have-key-events": "ignore",
"a11y-no-static-element-interactions": "ignore",
},
}

0 comments on commit d49105f

Please sign in to comment.