From 2fefd15bb3502b4134a0a34cebc4eca20fd89e15 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Fri, 14 Jun 2024 13:40:19 -0500 Subject: [PATCH] =?UTF-8?q?chore(web):=20=E2=99=BB=EF=B8=8F=20npx=20pretti?= =?UTF-8?q?er=20.=20--write?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/config-overrides.js | 2 +- web/public/index.html | 2 +- web/public/tpl.html | 2 +- web/src/components/SubscribeButtons.tsx | 4 +-- .../listInfoDrawer/ListInfoDrawer.tsx | 8 +++--- web/src/components/listsTable/ListsTable.tsx | 26 +++++++++---------- web/src/components/listsTable/arraySorter.ts | 6 ++--- .../maintainerCloud/MaintainerCloud.tsx | 2 +- .../components/maintainers/Maintainers.tsx | 6 ++--- .../softwareCloud/SoftwareCloud.tsx | 2 +- web/src/hooks/useLanguages.tsx | 2 +- web/src/hooks/useLicenses.tsx | 2 +- web/src/hooks/useSoftware.tsx | 2 +- web/src/hooks/useSyntaxes.tsx | 2 +- web/src/hooks/useTags.tsx | 2 +- web/src/index.tsx | 2 +- web/src/setupProxy.js | 2 +- web/staticwebapp.config.json | 10 +++---- 18 files changed, 42 insertions(+), 42 deletions(-) diff --git a/web/config-overrides.js b/web/config-overrides.js index 532417356..3f99bbf8e 100644 --- a/web/config-overrides.js +++ b/web/config-overrides.js @@ -26,5 +26,5 @@ module.exports = override( adjustStyleLoaders(({ use: [, , postcss] }) => { const postcssOptions = postcss.options; postcss.options = { postcssOptions }; - }) + }), ); diff --git a/web/public/index.html b/web/public/index.html index 466a75bd3..c6c2e262a 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -1,4 +1,4 @@ - + diff --git a/web/public/tpl.html b/web/public/tpl.html index aea0741e6..aa0f419dc 100644 --- a/web/public/tpl.html +++ b/web/public/tpl.html @@ -1,4 +1,4 @@ - + FilterLists.com for Internet Explorer diff --git a/web/src/components/SubscribeButtons.tsx b/web/src/components/SubscribeButtons.tsx index 291d9602b..31a544a5b 100644 --- a/web/src/components/SubscribeButtons.tsx +++ b/web/src/components/SubscribeButtons.tsx @@ -55,7 +55,7 @@ const SubscribeButton = (props: SubscribeButtonProps) => { const buttonProps = buildButtonProps( props.name, props.viewUrl, - props.isPrimary + props.isPrimary, ); return (