From b2bd9d0b52dfa97f27aee9f4f0197ff323c1a72e Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Tue, 16 Sep 2025 09:18:52 -0500 Subject: [PATCH] chore: apply biome --- .vscode/spdx.code-snippets | 79 ++++++++++----------- scripts/scrape-trainer-names/fetch-names.js | 2 +- 2 files changed, 40 insertions(+), 41 deletions(-) diff --git a/.vscode/spdx.code-snippets b/.vscode/spdx.code-snippets index 74be7db1649..cb51f5181f0 100644 --- a/.vscode/spdx.code-snippets +++ b/.vscode/spdx.code-snippets @@ -5,45 +5,44 @@ * SPDX-License-Identifier: AGPL-3.0-only */ { - // REUSE-IgnoreStart - "Add SPDX header (/* */ comments )": { - "scope": "javascript,typescript,css,glsl,jsonc", - "prefix": "SPDX", - "body": [ - "/*", - " * SPDX-FileCopyrightText: ${CURRENT_YEAR} Pagefault Games", - " *", - " * SPDX-License-Identifier: AGPL-3.0-only", - " */", - "$0" - ], - "description": "AGPL-3.0-only SPDX header (c style comments)", - }, + // REUSE-IgnoreStart + "Add SPDX header (/* */ comments )": { + "scope": "javascript,typescript,css,glsl,jsonc", + "prefix": "SPDX", + "body": [ + "/*", + " * SPDX-FileCopyrightText: ${CURRENT_YEAR} Pagefault Games", + " *", + " * SPDX-License-Identifier: AGPL-3.0-only", + " */", + "$0" + ], + "description": "AGPL-3.0-only SPDX header (c style comments)" + }, - "Add SPDX header ( comments)": { - "scope": "html,markdown", - "prefix": "SPDX", - "body": [ - "", - "$0" - ], - "description": "AGPL-3.0-only SPDX header (html style comments)", - }, + "Add SPDX header ( comments)": { + "scope": "html,markdown", + "prefix": "SPDX", + "body": [ + "", + "$0" + ], + "description": "AGPL-3.0-only SPDX header (html style comments)" + }, - "Add SPDX header (# comments) ": { - "prefix": "SPDX", - "scope": "powershell,python,yaml,shellscript,ignore,toml,git,gitattributes", - "body": [ - "# SPDX-FileCopyrightText: ${CURRENT_YEAR} Pagefault Games", - "#", - "# SPDX-License-Identifier: AGPL-3.0-only", - "$0" - ], - "description": "AGPL-3.0-only SPDX header (# style comments)", - - } - // REUSE-IgnoreEnd -} \ No newline at end of file + "Add SPDX header (# comments) ": { + "prefix": "SPDX", + "scope": "powershell,python,yaml,shellscript,ignore,toml,git,gitattributes", + "body": [ + "# SPDX-FileCopyrightText: ${CURRENT_YEAR} Pagefault Games", + "#", + "# SPDX-License-Identifier: AGPL-3.0-only", + "$0" + ], + "description": "AGPL-3.0-only SPDX header (# style comments)" + } + // REUSE-IgnoreEnd +} diff --git a/scripts/scrape-trainer-names/fetch-names.js b/scripts/scrape-trainer-names/fetch-names.js index 1d6194fa866..c2e16e4967d 100644 --- a/scripts/scrape-trainer-names/fetch-names.js +++ b/scripts/scrape-trainer-names/fetch-names.js @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Pagefault Games * SPDX-FileContributor: Bertie690 - * + * * SPDX-License-Identifier: AGPL-3.0-only */