From 4553b1d12691b8722d65813fa430f64a3b4b6c53 Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Thu, 18 Dec 2025 21:39:14 +0100 Subject: chore: run prettier --- scripts/schemaExclusions.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'scripts') diff --git a/scripts/schemaExclusions.json b/scripts/schemaExclusions.json index 64e2bbf0..b2847670 100644 --- a/scripts/schemaExclusions.json +++ b/scripts/schemaExclusions.json @@ -1,10 +1,6 @@ { - "include": [ - "MessageInteractionSchema" - ], - "includeRe": [ - "^MessageComponentType\\..*" - ], + "include": ["MessageInteractionSchema"], + "includeRe": ["^MessageComponentType\\..*"], "manual": [ "DefaultSchema", "Schema", @@ -87,9 +83,7 @@ "^Job" ], "manualWarn": [], - "manualWarnRe": [ - ".*<.*>$" - ], + "manualWarnRe": [".*<.*>$"], "auto": [ { "value": "StringSchema", @@ -412,4 +406,4 @@ "reason": "Schema with only uppercase properties" } ] -} \ No newline at end of file +} -- cgit 1.5.1