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
+10 -4
View File
@@ -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"
}
]
}
}