chore: Enable jsx-a11y/anchor-is-valid (#11891)
* Enabling ancor-is-valid * Remove comments since no longer applies
This commit is contained in:
parent
0c10f9ee3f
commit
721f9119e1
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue