const rules = [ { pattern: 'Should have 4.5:1 contrast ratio.', comment: `red-60 against white 5.48:1, blue-60 against white 9.11:1, gray-20 against black 18.57:1.`, status: 'DONE', tests: 'N/A', }, { pattern: 'Should have an accessible name.', comment: `Can be named by a label specified by aria-label prop or a value (IDREF) set for the aria-labelledby prop that refers to an element.`, status: 'DONE', tests: 'DONE', }, ]; export default rules;