prettier: ignore schemaExclusions.json

This commit is contained in:
Rory&
2025-12-19 20:37:11 +01:00
parent 2d99567b5e
commit 7c247aedb9
2 changed files with 12 additions and 5 deletions

View File

@@ -9,4 +9,5 @@ flake.lock
extra/admin-api extra/admin-api
discord-response-samples discord-response-samples
src/util/migration/postgres-initial.ts src/util/migration/postgres-initial.ts
temp temp
scripts/schemaExclusions.json

View File

@@ -1,6 +1,10 @@
{ {
"include": ["MessageInteractionSchema"], "include": [
"includeRe": ["^MessageComponentType\\..*"], "MessageInteractionSchema"
],
"includeRe": [
"^MessageComponentType\\..*"
],
"manual": [ "manual": [
"DefaultSchema", "DefaultSchema",
"Schema", "Schema",
@@ -83,7 +87,9 @@
"^Job" "^Job"
], ],
"manualWarn": [], "manualWarn": [],
"manualWarnRe": [".*<.*>$"], "manualWarnRe": [
".*<.*>$"
],
"auto": [ "auto": [
{ {
"value": "StringSchema", "value": "StringSchema",
@@ -406,4 +412,4 @@
"reason": "Schema with only uppercase properties" "reason": "Schema with only uppercase properties"
} }
] ]
} }