ESLint: warn for deprecated constructs

This commit is contained in:
Rory&
2025-12-19 19:35:54 +01:00
parent 11a0744edc
commit 3636d615db
5 changed files with 32 additions and 10 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"
}
]
}
}