diff --git a/superset-frontend/.eslintrc.js b/superset-frontend/.eslintrc.js index d533f61dad52a..5d15f87e423c2 100644 --- a/superset-frontend/.eslintrc.js +++ b/superset-frontend/.eslintrc.js @@ -116,7 +116,7 @@ module.exports = { 'import/no-named-as-default-member': 0, 'import/prefer-default-export': 0, indent: 0, - 'jsx-a11y/anchor-is-valid': 1, + 'jsx-a11y/anchor-is-valid': 2, '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 'max-classes-per-file': 0, diff --git a/superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx b/superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx index 040910f9a814c..3e8d1d2d2f9d4 100644 --- a/superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx +++ b/superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx @@ -74,7 +74,7 @@ function renderQueryLimit( {[...new Set(limitDropdown)].map(limit => (