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
|
||||
discord-response-samples
|
||||
src/util/migration/postgres-initial.ts
|
||||
temp
|
||||
temp
|
||||
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user