From d996019204e560b73c00975c295e5d788e00f8f8 Mon Sep 17 00:00:00 2001 From: Boy132 Date: Tue, 4 Jun 2024 17:49:04 +0200 Subject: [PATCH] fix eslint --- .../components/server/files/FileEditContainer.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/scripts/components/server/files/FileEditContainer.tsx b/resources/scripts/components/server/files/FileEditContainer.tsx index 117412698..83a3dde66 100644 --- a/resources/scripts/components/server/files/FileEditContainer.tsx +++ b/resources/scripts/components/server/files/FileEditContainer.tsx @@ -94,10 +94,11 @@ export default () => { {hash.replace(/^#/, '').endsWith('.pelicanignore') && (

- You're editing a .pelicanignore{' '} - file. Any files or directories listed in here will be excluded from backups. Wildcards are - supported by using an asterisk (*). - You can negate a prior rule by prepending an exclamation point ( + You're editing a{' '} + .pelicanignore directories listed + in here will be excluded from backups. Wildcards are supported by using an supported by using an + asterisk (*). You can negate a + prior rule by prepending an exclamation point ( !).