const rules = [ { pattern: 'Should respect prefers-reduced-motion.', comment: `prefers-reduced-motion system setting is respected. Alternate animations are used when the user has requested that the system minimize the amount of animation or motion it uses.`, status: 'DONE', tests: 'N/A', }, ]; export default rules;