From ef2b0da3cc728a958493026bb34876eda35441ef Mon Sep 17 00:00:00 2001 From: Raghunandan Balachandran Date: Mon, 16 Sep 2024 01:39:19 +0200 Subject: [PATCH] Fix spacing in eslintrc Signed-off-by: Raghunandan Balachandran --- .eslintrc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index caddf390f4..eb2a07b3b0 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -264,6 +264,6 @@ module.exports = { }, ], settings: { - 'testing-library/custom-queries': 'off', - }, + 'testing-library/custom-queries': 'off', + }, };