From 721f9119e1b2e179399c3f3e85c7e359a84893ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Gigi=C4=87?= Date: Wed, 2 Dec 2020 19:14:56 +0100 Subject: [PATCH] chore: Enable jsx-a11y/anchor-is-valid (#11891) * Enabling ancor-is-valid * Remove comments since no longer applies --- superset-frontend/.eslintrc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset-frontend/.eslintrc.js b/superset-frontend/.eslintrc.js index 309374462..085b31b74 100644 --- a/superset-frontend/.eslintrc.js +++ b/superset-frontend/.eslintrc.js @@ -94,7 +94,7 @@ module.exports = { 'import/no-named-as-default-member': 0, 'import/prefer-default-export': 0, indent: 0, - 'jsx-a11y/anchor-is-valid': 0, // disabled temporarily + 'jsx-a11y/anchor-is-valid': 1, 'jsx-a11y/click-events-have-key-events': 0, // re-enable up for discussion 'jsx-a11y/mouse-events-have-key-events': 0, // re-enable up for discussion 'new-cap': 0, @@ -204,7 +204,7 @@ module.exports = { 'import/no-cycle': 0, // re-enable up for discussion, might require some major refactors 'import/prefer-default-export': 0, indent: 0, - 'jsx-a11y/anchor-is-valid': 0, // disabled temporarily + 'jsx-a11y/anchor-is-valid': 1, 'jsx-a11y/click-events-have-key-events': 0, // re-enable up for discussion 'jsx-a11y/mouse-events-have-key-events': 0, // re-enable up for discussion 'new-cap': 0,