mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
chore(lint/a11y): fixing and locking down jsx-a11y/anchor-is-valid (#26820)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user