From 879c7298a05cb485e640f6a0ec3c9bb0cf0dd1f6 Mon Sep 17 00:00:00 2001 From: Serge Bibauw <sbibauw@gmail.com> Date: Mon, 3 Feb 2025 09:43:34 +0100 Subject: [PATCH] fix: linting --- .../lib/components/tests/typingtest.svelte | 32 +++++-------------- 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/frontend/src/lib/components/tests/typingtest.svelte b/frontend/src/lib/components/tests/typingtest.svelte index 9e9dbdd2..8dc8a3ac 100644 --- a/frontend/src/lib/components/tests/typingtest.svelte +++ b/frontend/src/lib/components/tests/typingtest.svelte @@ -26,58 +26,42 @@ { duration: -1, explications: 'Écrivez 7 fois la phrase suivante.', - text: - 'trois heures raisonnables\n'.repeat(6) + - 'trois heures raisonnables' + text: 'trois heures raisonnables\n'.repeat(6) + 'trois heures raisonnables' }, { duration: -1, explications: 'Écrivez 7 fois la phrase suivante.', - text: - 'huit histoires profondes\n'.repeat(6) + - 'huit histoires profondes' + text: 'huit histoires profondes\n'.repeat(6) + 'huit histoires profondes' }, { duration: -1, explications: 'Écrivez 7 fois la phrase suivante.', - text: - 'deux besoins fantastiques\n'.repeat(6) + - 'deux besoins fantastiques' + text: 'deux besoins fantastiques\n'.repeat(6) + 'deux besoins fantastiques' }, { duration: -1, explications: 'Écrivez 7 fois la phrase suivante.', - text: - 'six bijoux bizarres\n'.repeat(6) + - 'six bijoux bizarres' + text: 'six bijoux bizarres\n'.repeat(6) + 'six bijoux bizarres' }, { duration: -1, explications: 'Écrivez 7 fois la phrase suivante.', - text: - 'four interesting questions\n'.repeat(6) + - 'four interesting questions' + text: 'four interesting questions\n'.repeat(6) + 'four interesting questions' }, { duration: -1, explications: 'Écrivez 7 fois la phrase suivante.', - text: - 'seven wonderful surprises\n'.repeat(6) + - 'seven wonderful surprises' + text: 'seven wonderful surprises\n'.repeat(6) + 'seven wonderful surprises' }, { duration: -1, explications: 'Écrivez 7 fois la phrase suivante.', - text: - 'five important behaviours\n'.repeat(6) + - 'five important behaviours' + text: 'five important behaviours\n'.repeat(6) + 'five important behaviours' }, { duration: -1, explications: 'Écrivez 7 fois la phrase suivante.', - text: - 'some awkward zigzags\n'.repeat(6) + - 'some awkward zigzags' + text: 'some awkward zigzags\n'.repeat(6) + 'some awkward zigzags' }, { duration: -1, -- GitLab