From 0f8df28f758a4abfdb7ab8b98722a595f48e842c Mon Sep 17 00:00:00 2001 From: "A. Malthe Henriksen" Date: Wed, 5 Jul 2023 14:57:32 +0200 Subject: [PATCH] Added settings.json to git --- .vscode/settings.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..2a8fd071b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,26 @@ +{ + "svelte.plugin.svelte.compilerWarnings": { + "a11y-aria-attributes": "ignore", + "a11y-incorrect-aria-attribute-type": "ignore", + "a11y-unknown-aria-attribute": "ignore", + "a11y-hidden": "ignore", + "a11y-misplaced-role": "ignore", + "a11y-unknown-role": "ignore", + "a11y-no-abstract-role": "ignore", + "a11y-no-redundant-roles": "ignore", + "a11y-role-has-required-aria-props": "ignore", + "a11y-accesskey": "ignore", + "a11y-autofocus": "ignore", + "a11y-misplaced-scope": "ignore", + "a11y-positive-tabindex": "ignore", + "a11y-invalid-attribute": "ignore", + "a11y-missing-attribute": "ignore", + "a11y-img-redundant-alt": "ignore", + "a11y-label-has-associated-control": "ignore", + "a11y-media-has-caption": "ignore", + "a11y-distracting-elements": "ignore", + "a11y-structure": "ignore", + "a11y-click-events-have-key-events": "ignore", + "a11y-missing-content": "ignore" + } +}