From ab7cdcaed39c9bc577fc1a7dfabb6ad873287cb0 Mon Sep 17 00:00:00 2001 From: hermannm Date: Thu, 28 Jan 2021 18:02:43 +0100 Subject: [PATCH] change eslint rule for tags inside --- frontend/.eslintrc.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/.eslintrc.json b/frontend/.eslintrc.json index 38415e632..fe7947956 100644 --- a/frontend/.eslintrc.json +++ b/frontend/.eslintrc.json @@ -49,6 +49,11 @@ "depth":25 } ], + "jsx-a11y/anchor-is-valid": [ "error", { + "components": [ "Link" ], + "specialLink": [ "hrefLeft", "hrefRight" ], + "aspects": [ "invalidHref", "preferButton" ] + }], "@typescript-eslint/no-explicit-any":"off" }, "settings":{