const rules = [ { pattern: 'Should have a logical structure.', comment: `The content should be organized into logical pieces, as prop should be used to add semanatics to the pieces.`, status: 'DONE', tests: 'N/A', }, { 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;