From 5dae1df46ca90dc6acacb3198292cdee5f439437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Sat, 22 Nov 2025 19:01:31 +0100 Subject: [PATCH] pl-fe: update eslint config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-api/.eslintrc.json | 2 +- packages/pl-fe/.eslintrc.json | 2 +- packages/pl-hooks/.eslintrc.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/pl-api/.eslintrc.json b/packages/pl-api/.eslintrc.json index 5981be175..6bf945a6e 100644 --- a/packages/pl-api/.eslintrc.json +++ b/packages/pl-api/.eslintrc.json @@ -119,7 +119,7 @@ "no-loop-func": "error", "no-mixed-spaces-and-tabs": "error", "no-nested-ternary": "warn", - "no-trailing-spaces": "warn", + "no-trailing-spaces": "error", "no-undef": "error", "no-unreachable": "error", "no-unused-expressions": "error", diff --git a/packages/pl-fe/.eslintrc.json b/packages/pl-fe/.eslintrc.json index bd3d2475f..d8693cc09 100644 --- a/packages/pl-fe/.eslintrc.json +++ b/packages/pl-fe/.eslintrc.json @@ -149,7 +149,7 @@ ] } ], - "no-trailing-spaces": "warn", + "no-trailing-spaces": "error", "no-undef": "error", "no-unreachable": "error", "no-unused-expressions": "error", diff --git a/packages/pl-hooks/.eslintrc.json b/packages/pl-hooks/.eslintrc.json index 15ab81b31..8f5bed6ac 100644 --- a/packages/pl-hooks/.eslintrc.json +++ b/packages/pl-hooks/.eslintrc.json @@ -118,7 +118,7 @@ "no-loop-func": "error", "no-mixed-spaces-and-tabs": "error", "no-nested-ternary": "warn", - "no-trailing-spaces": "warn", + "no-trailing-spaces": "error", "no-undef": "error", "no-unreachable": "error", "no-unused-expressions": "error",