summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-19 19:37:34 +0100
committerRory& <root@rory.gay>2025-12-19 19:37:34 +0100
commitc57f02f05cc95283611f4a1763da1b187ea70887 (patch)
treee1c3e9c16a036079dc758e73f9102b8a536d3e23 /scripts
parentESLint: warn for deprecated constructs (diff)
downloadserver-ts-c57f02f05cc95283611f4a1763da1b187ea70887.tar.xz
Fix style in scripts/schemaExclusions.json
Diffstat (limited to 'scripts')
-rw-r--r--scripts/schemaExclusions.json14
1 files changed, 4 insertions, 10 deletions
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 +}