summary refs log tree commit diff
path: root/scripts/schemaExclusions.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-19 19:35:54 +0100
committerRory& <root@rory.gay>2025-12-19 19:35:54 +0100
commit3636d615db95f6d0bd2560a27131b541fa51aa22 (patch)
tree8acadc787b48a9218bc76eaad8864945db3e67d5 /scripts/schemaExclusions.json
parentDEPRECATION: Move most select queries to object instead of string[] (diff)
downloadserver-ts-3636d615db95f6d0bd2560a27131b541fa51aa22.tar.xz
ESLint: warn for deprecated constructs
Diffstat (limited to 'scripts/schemaExclusions.json')
-rw-r--r--scripts/schemaExclusions.json14
1 files changed, 10 insertions, 4 deletions
diff --git a/scripts/schemaExclusions.json b/scripts/schemaExclusions.json

index b2847670..64e2bbf0 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