From 7c247aedb9d59d7bdc60d4004a8beebf83eaa313 Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 19 Dec 2025 20:37:11 +0100 Subject: [PATCH] prettier: ignore schemaExclusions.json --- .prettierignore | 3 ++- scripts/schemaExclusions.json | 14 ++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.prettierignore b/.prettierignore index dae10b18b..a72fab0c8 100644 --- a/.prettierignore +++ b/.prettierignore @@ -9,4 +9,5 @@ flake.lock extra/admin-api discord-response-samples src/util/migration/postgres-initial.ts -temp \ No newline at end of file +temp +scripts/schemaExclusions.json \ No newline at end of file diff --git a/scripts/schemaExclusions.json b/scripts/schemaExclusions.json index b28476707..64e2bbf00 100644 --- a/scripts/schemaExclusions.json +++ b/scripts/schemaExclusions.json @@ -1,6 +1,10 @@ { - "include": ["MessageInteractionSchema"], - "includeRe": ["^MessageComponentType\\..*"], + "include": [ + "MessageInteractionSchema" + ], + "includeRe": [ + "^MessageComponentType\\..*" + ], "manual": [ "DefaultSchema", "Schema", @@ -83,7 +87,9 @@ "^Job" ], "manualWarn": [], - "manualWarnRe": [".*<.*>$"], + "manualWarnRe": [ + ".*<.*>$" + ], "auto": [ { "value": "StringSchema", @@ -406,4 +412,4 @@ "reason": "Schema with only uppercase properties" } ] -} +} \ No newline at end of file