mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-29 05:29:53 +00:00
prettier: ignore schemaExclusions.json
This commit is contained in:
@@ -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
|
||||||
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user