react-starter
react-starter copied to clipboard
[DX] Lint: jsx-a11y is ignored
Following rules should be enforced in project:
Current
"jsx-a11y/click-events-have-key-events": 0,
"jsx-a11y/no-static-element-interactions": 0,
"jsx-a11y/anchor-is-valid": [
"error",
{
"components": [
"next/link"
],
"specialLink": [
"hrefLeft",
"hrefRight"
],
"aspects": [
"invalidHref",
"preferButton"
]
}
]
Proposed :D
Can we vote on this?