const rules = [ { pattern: 'Should have a logical order.', comment: 'Reading order is determined by the order of the elements in the DOM.', status: 'DONE', tests: 'N/A', }, ]; export default rules;