const rules = [
{
pattern: 'Should have an accessible name.',
comment:
'Can be named by setting a value for aria-label prop (defaults to "{logo type} home").',
status: 'DONE',
tests: 'DONE',
},
{
pattern: 'Can have an accessible alt text.',
status: 'DONE',
tests: 'DONE',
},
];
export default rules;