const rules = [ { pattern: 'Should navigate directly to the main content.', comment: 'Provide id to main or the main content wrapper.', status: 'DONE', tests: 'TO DO', }, { pattern: 'Should be the first focusable element on the page.', comment: 'Should be placed as the first child of body.', status: 'DONE', tests: 'N/A', }, { pattern: 'Should be visible on focus.', status: 'DONE', tests: 'TO DO', }, ]; export default rules;