react-starter icon indicating copy to clipboard operation
react-starter copied to clipboard

[DX] Lint: jsx-a11y is ignored

Open AleksandarDev opened this issue 2 years ago • 2 comments

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?

AleksandarDev avatar Nov 23 '22 15:11 AleksandarDev