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